Elin Decompiled Documentation EA 23.333 Myaightly Patch 1
Loading...
Searching...
No Matches
ConSong.cs
Go to the documentation of this file.
1using Newtonsoft.Json;
2
3public class ConSong : BaseBuff
4{
5 [JsonProperty]
6 public int p2;
7
8 public override int P2
9 {
10 get
11 {
12 return p2;
13 }
14 set
15 {
16 p2 = value;
17 }
18 }
19}
int p2
Definition: ConSong.cs:6
override int P2
Definition: ConSong.cs:9