Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
GodStatueData.cs
Go to the documentation of this file.
1using System;
2using Newtonsoft.Json;
3
4[Serializable]
5public class GodStatueData : EClass
6{
7 [JsonProperty]
8 public string id;
9
10 [JsonProperty]
11 public string idThing;
12
13 [JsonProperty]
14 public float chance;
15}
Definition: EClass.cs:5