mirror of
https://github.com/MrOkiDoki/BattleBit-Community-Server-API.git
synced 2025-01-25 10:43:07 -03:00
8 lines
126 B
C#
8 lines
126 B
C#
namespace BattleBitAPI.Common.Enums
|
|
{
|
|
public enum MapDayNight : byte
|
|
{
|
|
Day = 0,
|
|
Night = 1,
|
|
}
|
|
}
|