Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
PlantData.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json;
2
3
public
class
PlantData
4
{
5
[JsonProperty]
6
public
Thing
seed
;
7
8
[JsonProperty]
9
public
int
water
;
10
11
[JsonProperty]
12
public
int
fert
;
13
14
[JsonProperty]
15
public
int
size
;
16
}
PlantData
Definition:
PlantData.cs:4
PlantData.water
int water
Definition:
PlantData.cs:9
PlantData.seed
Thing seed
Definition:
PlantData.cs:6
PlantData.fert
int fert
Definition:
PlantData.cs:12
PlantData.size
int size
Definition:
PlantData.cs:15
Thing
Definition:
Thing.cs:8
Elin
PlantData.cs
Generated by
1.9.6