Elin Decompiled Documentation
EA 23.333 Myaightly Patch 1
Loading...
Searching...
No Matches
ConSong.cs
Go to the documentation of this file.
1
using
Newtonsoft.Json;
2
3
public
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
}
BaseBuff
Definition:
BaseBuff.cs:2
BaseCondition.value
int value
Definition:
BaseCondition.cs:18
ConSong
Definition:
ConSong.cs:4
ConSong.p2
int p2
Definition:
ConSong.cs:6
ConSong.P2
override int P2
Definition:
ConSong.cs:9
Elin
ConSong.cs
Generated by
1.9.6