Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
KnownSong.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
3public class KnownSong : EClass
4{
5 [JsonProperty]
6 public int lv;
7}
Definition: EClass.cs:5
int lv
Definition: KnownSong.cs:6