Elin Modding Docs Doc
Loading...
Searching...
No Matches
DayData Class Reference

Public Types

enum  Luck {
  Best , Great , Good , Average ,
  Bad , Awful
}
 

Public Attributes

DayData.Luck luck = DayData.Luck.Awful
 
int seed
 

Static Public Attributes

static int[] LuckRange
 

Detailed Description

Definition at line 4 of file DayData.cs.

Member Enumeration Documentation

◆ Luck

enum DayData.Luck

Definition at line 24 of file DayData.cs.

Member Data Documentation

◆ luck

DayData.Luck DayData.luck = DayData.Luck.Awful

Definition at line 18 of file DayData.cs.

◆ LuckRange

int [] DayData.LuckRange
static
Initial value:
= new int[]
{
95,
80,
60,
30,
10,
0
}

Definition at line 7 of file DayData.cs.

◆ seed

int DayData.seed

Definition at line 21 of file DayData.cs.


The documentation for this class was generated from the following file: