Class DayNightCycleConfig
java.lang.Object
com.deco2800.game.services.configs.DayNightCycleConfig
Defines a set of properties stored in config file to be loaded by the Day Night Cycle Service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
long
long
int
long
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
dawnLength
public long dawnLength -
dayLength
public long dayLength -
duskLength
public long duskLength -
nightLength
public long nightLength -
maxDays
public int maxDays
-
-
Constructor Details
-
DayNightCycleConfig
public DayNightCycleConfig()
-