@@ -6,14 +6,43 @@ public class AccountDto : GameObject
6
6
[ GameProperty ( "2" ) ] public int UserId { get ; set ; }
7
7
[ GameProperty ( "3" ) ] public int Starts { get ; set ; }
8
8
[ GameProperty ( "4" ) ] public int Demons { get ; set ; }
9
+ [ GameProperty ( "6" ) ] public int Rank { get ; set ; }
10
+ [ GameProperty ( "7" ) ] public int Highlight { get ; }
9
11
[ GameProperty ( "8" ) ] public int CreatorPoints { get ; set ; }
12
+ [ GameProperty ( "9" ) ] public int IconPrev { get ; set ; }
10
13
[ GameProperty ( "10" ) ] public int Color1 { get ; set ; }
11
14
[ GameProperty ( "11" ) ] public int Color2 { get ; set ; }
15
+ [ GameProperty ( "13" ) ] public int SecretCoins { get ; set ; }
16
+ [ GameProperty ( "14" ) ] public int IconType { get ; set ; }
17
+ [ GameProperty ( "15" ) ] public int Special { get ; set ; }
18
+ [ GameProperty ( "16" ) ] public int AccountId { get ; set ; }
19
+ [ GameProperty ( "17" ) ] public int UserCoins { get ; set ; }
20
+ [ GameProperty ( "18" ) ] public int MessageState { get ; set ; }
21
+ [ GameProperty ( "19" ) ] public int FriendsState { get ; set ; }
12
22
[ GameProperty ( "20" ) ] public string YouTubeId { get ; set ; }
13
23
[ GameProperty ( "21" ) ] public int CubeId { get ; set ; }
14
24
[ GameProperty ( "22" ) ] public int ShipId { get ; set ; }
25
+ [ GameProperty ( "23" ) ] public int BallId { get ; set ; }
26
+ [ GameProperty ( "24" ) ] public int BirdId { get ; set ; }
27
+ [ GameProperty ( "25" ) ] public int WaveId { get ; set ; }
28
+ [ GameProperty ( "26" ) ] public int RobotId { get ; set ; }
29
+ [ GameProperty ( "27" ) ] public int StreakId { get ; set ; }
30
+ [ GameProperty ( "28" ) ] public int GlowId { get ; set ; }
31
+ [ GameProperty ( "29" ) ] public bool IsRegistered { get ; set ; }
32
+ [ GameProperty ( "30" ) ] public int GlobalRank { get ; set ; }
33
+ [ GameProperty ( "31" ) ] public int UsFriendState { get ; set ; }
34
+ [ GameProperty ( "38" ) ] public int Messages { get ; set ; }
35
+ [ GameProperty ( "39" ) ] public int FriendRequests { get ; set ; }
36
+ [ GameProperty ( "40" ) ] public bool NewFriends { get ; set ; }
37
+ [ GameProperty ( "41" ) ] public int NewFriendRequests { get ; set ; }
38
+ [ GameProperty ( "42" ) ] public int TimeSinceSubmittedLevel { get ; set ; }
39
+ [ GameProperty ( "43" ) ] public int SpiderId { get ; set ; }
15
40
[ GameProperty ( "44" ) ] public string TwitterId { get ; set ; }
16
41
[ GameProperty ( "45" ) ] public string TwitchId { get ; set ; }
42
+ [ GameProperty ( "46" ) ] public int Diamonds { get ; set ; }
43
+ [ GameProperty ( "48" ) ] public int ExplosionId { get ; set ; }
44
+ [ GameProperty ( "49" ) ] public int Moderator { get ; set ; }
45
+ [ GameProperty ( "50" ) ] public int CommentHistoryState { get ; set ; }
17
46
18
47
public override string GetParserSense ( ) => ":" ;
19
48
}
0 commit comments