Elin Decompiled Documentation EA 23.197 Nightly Patch 1
Loading...
Searching...
No Matches
FOOD.cs
Go to the documentation of this file.
1public class FOOD
2{
3 public const int food_love = 703;
4
5 public const int food_CHA = 700;
6
7 public const int creativeDish = 764;
8
9 public const int food_bug = 704;
10
11 public const int justcooked = 757;
12
13 public const int food_undead = 709;
14
15 public const int food_god = 758;
16
17 public const int kirimi = 707;
18
19 public const int loseWeight = 706;
20
21 public const int gainWeight = 705;
22
23 public const int food_cat = 701;
24
25 public const int food_poison = 702;
26
27 public const int food_human = 708;
28
29 public static readonly int[] IDS = new int[13]
30 {
31 703, 700, 764, 704, 757, 709, 758, 707, 706, 705,
32 701, 702, 708
33 };
34}
Definition: FOOD.cs:2
static readonly int[] IDS
Definition: FOOD.cs:29
const int justcooked
Definition: FOOD.cs:11
const int food_god
Definition: FOOD.cs:15
const int food_bug
Definition: FOOD.cs:9
const int food_CHA
Definition: FOOD.cs:5
const int kirimi
Definition: FOOD.cs:17
const int food_undead
Definition: FOOD.cs:13
const int gainWeight
Definition: FOOD.cs:21
const int creativeDish
Definition: FOOD.cs:7
const int food_poison
Definition: FOOD.cs:25
const int food_cat
Definition: FOOD.cs:23
const int food_human
Definition: FOOD.cs:27
const int loseWeight
Definition: FOOD.cs:19
const int food_love
Definition: FOOD.cs:3