namespace BattleBitAPI.Common { public enum MapDayNight : byte { Day = 0, Night = 1, } }