Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
UniqueData.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
3public class UniqueData : EClass
4{
5 [JsonProperty]
6 public int x;
7
8 [JsonProperty]
9 public int y;
10
11 [JsonProperty]
12 public int uidZone;
13}
Definition: EClass.cs:5
int uidZone
Definition: UniqueData.cs:12