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