riversong code showcase
This commit is contained in:
13
Source/Riversong/Game/World/Time/DayNightCycleStep.cs
Normal file
13
Source/Riversong/Game/World/Time/DayNightCycleStep.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public enum DayNightCycleStep
|
||||
{
|
||||
Day,
|
||||
|
||||
DayToNight,
|
||||
|
||||
Night,
|
||||
|
||||
NightToDay
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user