namespace BattleBitAPI.Networking { public enum NetworkCommuncation : byte { Hail = 0, } }