Elin Decompiled Documentation EA 23.276 Nightly Patch 2
Loading...
Searching...
No Matches
CharaOriginalPositionData.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
4{
5 [JsonProperty]
6 public int uid;
7
8 [JsonProperty]
9 public int uidZone;
10
11 [JsonProperty]
12 public int x;
13
14 [JsonProperty]
15 public int z;
16
17 [JsonProperty]
18 public bool noMove;
19}
Definition: EClass.cs:6