Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
PlantData.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
3public 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}
int water
Definition: PlantData.cs:9
Thing seed
Definition: PlantData.cs:6
int fert
Definition: PlantData.cs:12
int size
Definition: PlantData.cs:15
Definition: Thing.cs:8