Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
FOOD.cs
Go to the documentation of this file.
1public class FOOD
2{
3 public const int food_CHA = 700;
4
5 public const int food_cat = 701;
6
7 public const int food_god = 758;
8
9 public const int justcooked = 757;
10
11 public const int food_poison = 702;
12
13 public const int gainWeight = 705;
14
15 public const int food_bug = 704;
16
17 public const int food_love = 703;
18
19 public const int loseWeight = 706;
20
21 public static readonly int[] IDS = new int[9] { 700, 701, 758, 757, 702, 705, 704, 703, 706 };
22}
Definition: FOOD.cs:2
static readonly int[] IDS
Definition: FOOD.cs:21
const int justcooked
Definition: FOOD.cs:9
const int food_god
Definition: FOOD.cs:7
const int food_bug
Definition: FOOD.cs:15
const int food_CHA
Definition: FOOD.cs:3
const int gainWeight
Definition: FOOD.cs:13
const int food_poison
Definition: FOOD.cs:11
const int food_cat
Definition: FOOD.cs:5
const int loseWeight
Definition: FOOD.cs:19
const int food_love
Definition: FOOD.cs:17