@@ -2805,6 +2805,9 @@ public uint socache_control
28052805 public void Resetsocache_control ( ) => __pbn__socache_control = null ;
28062806 private uint ? __pbn__socache_control ;
28072807
2808+ [ global ::ProtoBuf . ProtoMember ( 21 ) ]
2809+ public global ::System . Collections . Generic . List < int > teammate_colors { get ; } = new global ::System . Collections . Generic . List < int > ( ) ;
2810+
28082811 }
28092812
28102813 [ global ::ProtoBuf . ProtoContract ( ) ]
@@ -5232,6 +5235,26 @@ public float offset_y
52325235 public void Resetoffset_y ( ) => __pbn__offset_y = null ;
52335236 private float ? __pbn__offset_y ;
52345237
5238+ [ global ::ProtoBuf . ProtoMember ( 9 ) ]
5239+ public float offset_z
5240+ {
5241+ get => __pbn__offset_z . GetValueOrDefault ( ) ;
5242+ set => __pbn__offset_z = value ;
5243+ }
5244+ public bool ShouldSerializeoffset_z ( ) => __pbn__offset_z != null ;
5245+ public void Resetoffset_z ( ) => __pbn__offset_z = null ;
5246+ private float ? __pbn__offset_z ;
5247+
5248+ [ global ::ProtoBuf . ProtoMember ( 10 ) ]
5249+ public uint pattern
5250+ {
5251+ get => __pbn__pattern . GetValueOrDefault ( ) ;
5252+ set => __pbn__pattern = value ;
5253+ }
5254+ public bool ShouldSerializepattern ( ) => __pbn__pattern != null ;
5255+ public void Resetpattern ( ) => __pbn__pattern = null ;
5256+ private uint ? __pbn__pattern ;
5257+
52355258 }
52365259
52375260 }
@@ -6489,6 +6512,57 @@ public uint redeemable_balance
64896512
64906513 }
64916514
6515+ [ global ::ProtoBuf . ProtoContract ( ) ]
6516+ public partial class CSOAccountXpShop : global ::ProtoBuf . IExtensible
6517+ {
6518+ private global ::ProtoBuf . IExtension __pbn__extensionData ;
6519+ global ::ProtoBuf . IExtension global ::ProtoBuf . IExtensible . GetExtensionObject ( bool createIfMissing )
6520+ => global ::ProtoBuf . Extensible . GetExtensionObject ( ref __pbn__extensionData , createIfMissing ) ;
6521+
6522+ [ global ::ProtoBuf . ProtoMember ( 1 ) ]
6523+ public uint generation_time
6524+ {
6525+ get => __pbn__generation_time . GetValueOrDefault ( ) ;
6526+ set => __pbn__generation_time = value ;
6527+ }
6528+ public bool ShouldSerializegeneration_time ( ) => __pbn__generation_time != null ;
6529+ public void Resetgeneration_time ( ) => __pbn__generation_time = null ;
6530+ private uint ? __pbn__generation_time ;
6531+
6532+ [ global ::ProtoBuf . ProtoMember ( 2 ) ]
6533+ public uint redeemable_balance
6534+ {
6535+ get => __pbn__redeemable_balance . GetValueOrDefault ( ) ;
6536+ set => __pbn__redeemable_balance = value ;
6537+ }
6538+ public bool ShouldSerializeredeemable_balance ( ) => __pbn__redeemable_balance != null ;
6539+ public void Resetredeemable_balance ( ) => __pbn__redeemable_balance = null ;
6540+ private uint ? __pbn__redeemable_balance ;
6541+
6542+ [ global ::ProtoBuf . ProtoMember ( 3 ) ]
6543+ public global ::System . Collections . Generic . List < uint > xp_tracks { get ; } = new global ::System . Collections . Generic . List < uint > ( ) ;
6544+
6545+ }
6546+
6547+ [ global ::ProtoBuf . ProtoContract ( ) ]
6548+ public partial class CSOAccountKeychainRemoveToolCharges : global ::ProtoBuf . IExtensible
6549+ {
6550+ private global ::ProtoBuf . IExtension __pbn__extensionData ;
6551+ global ::ProtoBuf . IExtension global ::ProtoBuf . IExtensible . GetExtensionObject ( bool createIfMissing )
6552+ => global ::ProtoBuf . Extensible . GetExtensionObject ( ref __pbn__extensionData , createIfMissing ) ;
6553+
6554+ [ global ::ProtoBuf . ProtoMember ( 1 ) ]
6555+ public uint charges
6556+ {
6557+ get => __pbn__charges . GetValueOrDefault ( ) ;
6558+ set => __pbn__charges = value ;
6559+ }
6560+ public bool ShouldSerializecharges ( ) => __pbn__charges != null ;
6561+ public void Resetcharges ( ) => __pbn__charges = null ;
6562+ private uint ? __pbn__charges ;
6563+
6564+ }
6565+
64926566 [ global ::ProtoBuf . ProtoContract ( ) ]
64936567 public partial class CSOQuestProgress : global ::ProtoBuf . IExtensible
64946568 {
@@ -6688,6 +6762,50 @@ public uint xp_trail_level
66886762
66896763 }
66906764
6765+ [ global ::ProtoBuf . ProtoContract ( ) ]
6766+ public partial class CMsgGCCStrike15_v2_GC2ClientNotifyXPShop : global ::ProtoBuf . IExtensible
6767+ {
6768+ private global ::ProtoBuf . IExtension __pbn__extensionData ;
6769+ global ::ProtoBuf . IExtension global ::ProtoBuf . IExtensible . GetExtensionObject ( bool createIfMissing )
6770+ => global ::ProtoBuf . Extensible . GetExtensionObject ( ref __pbn__extensionData , createIfMissing ) ;
6771+
6772+ [ global ::ProtoBuf . ProtoMember ( 1 ) ]
6773+ public CSOAccountXpShop prematch { get ; set ; }
6774+
6775+ [ global ::ProtoBuf . ProtoMember ( 2 ) ]
6776+ public CSOAccountXpShop postmatch { get ; set ; }
6777+
6778+ [ global ::ProtoBuf . ProtoMember ( 3 ) ]
6779+ public uint current_xp
6780+ {
6781+ get => __pbn__current_xp . GetValueOrDefault ( ) ;
6782+ set => __pbn__current_xp = value ;
6783+ }
6784+ public bool ShouldSerializecurrent_xp ( ) => __pbn__current_xp != null ;
6785+ public void Resetcurrent_xp ( ) => __pbn__current_xp = null ;
6786+ private uint ? __pbn__current_xp ;
6787+
6788+ [ global ::ProtoBuf . ProtoMember ( 4 ) ]
6789+ public uint current_level
6790+ {
6791+ get => __pbn__current_level . GetValueOrDefault ( ) ;
6792+ set => __pbn__current_level = value ;
6793+ }
6794+ public bool ShouldSerializecurrent_level ( ) => __pbn__current_level != null ;
6795+ public void Resetcurrent_level ( ) => __pbn__current_level = null ;
6796+ private uint ? __pbn__current_level ;
6797+
6798+ }
6799+
6800+ [ global ::ProtoBuf . ProtoContract ( ) ]
6801+ public partial class CMsgGCCStrike15_v2_Client2GcAckXPShopTracks : global ::ProtoBuf . IExtensible
6802+ {
6803+ private global ::ProtoBuf . IExtension __pbn__extensionData ;
6804+ global ::ProtoBuf . IExtension global ::ProtoBuf . IExtensible . GetExtensionObject ( bool createIfMissing )
6805+ => global ::ProtoBuf . Extensible . GetExtensionObject ( ref __pbn__extensionData , createIfMissing ) ;
6806+
6807+ }
6808+
66916809 [ global ::ProtoBuf . ProtoContract ( ) ]
66926810 public partial class CMsgGC_GlobalGame_Subscribe : global ::ProtoBuf . IExtensible
66936811 {
@@ -8664,6 +8782,8 @@ public enum ECsgoGCMsg
86648782 k_EMsgGCCStrike15_v2_SetPlayerLeaderboardSafeName = 9218 ,
86658783 k_EMsgGCCStrike15_v2_ClientRedeemFreeReward = 9219 ,
86668784 k_EMsgGCCStrike15_v2_ClientNetworkConfig = 9220 ,
8785+ k_EMsgGCCStrike15_v2_GC2ClientNotifyXPShop = 9221 ,
8786+ k_EMsgGCCStrike15_v2_Client2GcAckXPShopTracks = 9222 ,
86678787 }
86688788
86698789 [ global ::ProtoBuf . ProtoContract ( ) ]
0 commit comments