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