TechbloxModdingAPI/GamecraftModdingAPI/Players/PlayerType.cs

9 lines
128 B
C#

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