using System; namespace TechbloxModdingAPI.Players { public enum PlayerType { Local, Remote } }