Elin Decompiled Documentation EA 23.102 Nightly
|
Public Types | |
enum | Luck { Best , Great , Good , Average , Bad , Awful } |
Public Attributes | |
Luck | luck = Luck.Awful |
int | seed |
Static Public Attributes | |
static int[] | LuckRange = new int[6] { 95, 80, 60, 30, 10, 0 } |
Definition at line 1 of file DayData.cs.
enum DayData.Luck |
Luck DayData.luck = Luck.Awful |
Definition at line 15 of file DayData.cs.
Referenced by LayerNewspaper.OnInit().
|
static |
Definition at line 13 of file DayData.cs.
Referenced by World.CreateDayData().
int DayData.seed |
Definition at line 17 of file DayData.cs.
Referenced by LayerNewspaper.OnInit().