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