using System; namespace InnerNet { public enum LimboStates { PreSpawn, NotLimbo, WaitingForHost } }