|
5 | 5 | // </auto-generated> |
6 | 6 |
|
7 | 7 | #region Designer generated code |
8 | | -#pragma warning disable CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 |
| 8 | +#pragma warning disable CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 |
9 | 9 | namespace SteamKit2.GC.CSGO.Internal |
10 | 10 | { |
11 | 11 |
|
@@ -785,6 +785,16 @@ public uint leaderboard_name_status |
785 | 785 | public void Resetleaderboard_name_status() => __pbn__leaderboard_name_status = null; |
786 | 786 | private uint? __pbn__leaderboard_name_status; |
787 | 787 |
|
| 788 | + [global::ProtoBuf.ProtoMember(15)] |
| 789 | + public uint highest_rank |
| 790 | + { |
| 791 | + get => __pbn__highest_rank.GetValueOrDefault(); |
| 792 | + set => __pbn__highest_rank = value; |
| 793 | + } |
| 794 | + public bool ShouldSerializehighest_rank() => __pbn__highest_rank != null; |
| 795 | + public void Resethighest_rank() => __pbn__highest_rank = null; |
| 796 | + private uint? __pbn__highest_rank; |
| 797 | + |
788 | 798 | [global::ProtoBuf.ProtoContract()] |
789 | 799 | public partial class PerMapRank : global::ProtoBuf.IExtensible |
790 | 800 | { |
@@ -4611,6 +4621,219 @@ public uint request_id |
4611 | 4621 |
|
4612 | 4622 | } |
4613 | 4623 |
|
| 4624 | + [global::ProtoBuf.ProtoContract()] |
| 4625 | + public partial class CMsgGCCStrike15_v2_PremierSeasonSummary : global::ProtoBuf.IExtensible |
| 4626 | + { |
| 4627 | + private global::ProtoBuf.IExtension __pbn__extensionData; |
| 4628 | + global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) |
| 4629 | + => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); |
| 4630 | + |
| 4631 | + [global::ProtoBuf.ProtoMember(1)] |
| 4632 | + public uint account_id |
| 4633 | + { |
| 4634 | + get => __pbn__account_id.GetValueOrDefault(); |
| 4635 | + set => __pbn__account_id = value; |
| 4636 | + } |
| 4637 | + public bool ShouldSerializeaccount_id() => __pbn__account_id != null; |
| 4638 | + public void Resetaccount_id() => __pbn__account_id = null; |
| 4639 | + private uint? __pbn__account_id; |
| 4640 | + |
| 4641 | + [global::ProtoBuf.ProtoMember(2)] |
| 4642 | + public uint season_id |
| 4643 | + { |
| 4644 | + get => __pbn__season_id.GetValueOrDefault(); |
| 4645 | + set => __pbn__season_id = value; |
| 4646 | + } |
| 4647 | + public bool ShouldSerializeseason_id() => __pbn__season_id != null; |
| 4648 | + public void Resetseason_id() => __pbn__season_id = null; |
| 4649 | + private uint? __pbn__season_id; |
| 4650 | + |
| 4651 | + [global::ProtoBuf.ProtoMember(3)] |
| 4652 | + public global::System.Collections.Generic.List<DataPerWeek> data_per_week { get; } = new global::System.Collections.Generic.List<DataPerWeek>(); |
| 4653 | + |
| 4654 | + [global::ProtoBuf.ProtoMember(4)] |
| 4655 | + public global::System.Collections.Generic.List<DataPerMap> data_per_map { get; } = new global::System.Collections.Generic.List<DataPerMap>(); |
| 4656 | + |
| 4657 | + [global::ProtoBuf.ProtoContract()] |
| 4658 | + public partial class DataPerWeek : global::ProtoBuf.IExtensible |
| 4659 | + { |
| 4660 | + private global::ProtoBuf.IExtension __pbn__extensionData; |
| 4661 | + global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) |
| 4662 | + => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); |
| 4663 | + |
| 4664 | + [global::ProtoBuf.ProtoMember(1)] |
| 4665 | + public ulong week_id |
| 4666 | + { |
| 4667 | + get => __pbn__week_id.GetValueOrDefault(); |
| 4668 | + set => __pbn__week_id = value; |
| 4669 | + } |
| 4670 | + public bool ShouldSerializeweek_id() => __pbn__week_id != null; |
| 4671 | + public void Resetweek_id() => __pbn__week_id = null; |
| 4672 | + private ulong? __pbn__week_id; |
| 4673 | + |
| 4674 | + [global::ProtoBuf.ProtoMember(2)] |
| 4675 | + public uint rank_id |
| 4676 | + { |
| 4677 | + get => __pbn__rank_id.GetValueOrDefault(); |
| 4678 | + set => __pbn__rank_id = value; |
| 4679 | + } |
| 4680 | + public bool ShouldSerializerank_id() => __pbn__rank_id != null; |
| 4681 | + public void Resetrank_id() => __pbn__rank_id = null; |
| 4682 | + private uint? __pbn__rank_id; |
| 4683 | + |
| 4684 | + [global::ProtoBuf.ProtoMember(3)] |
| 4685 | + public uint matches_played |
| 4686 | + { |
| 4687 | + get => __pbn__matches_played.GetValueOrDefault(); |
| 4688 | + set => __pbn__matches_played = value; |
| 4689 | + } |
| 4690 | + public bool ShouldSerializematches_played() => __pbn__matches_played != null; |
| 4691 | + public void Resetmatches_played() => __pbn__matches_played = null; |
| 4692 | + private uint? __pbn__matches_played; |
| 4693 | + |
| 4694 | + } |
| 4695 | + |
| 4696 | + [global::ProtoBuf.ProtoContract()] |
| 4697 | + public partial class DataPerMap : global::ProtoBuf.IExtensible |
| 4698 | + { |
| 4699 | + private global::ProtoBuf.IExtension __pbn__extensionData; |
| 4700 | + global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) |
| 4701 | + => global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing); |
| 4702 | + |
| 4703 | + [global::ProtoBuf.ProtoMember(1)] |
| 4704 | + public uint map_id |
| 4705 | + { |
| 4706 | + get => __pbn__map_id.GetValueOrDefault(); |
| 4707 | + set => __pbn__map_id = value; |
| 4708 | + } |
| 4709 | + public bool ShouldSerializemap_id() => __pbn__map_id != null; |
| 4710 | + public void Resetmap_id() => __pbn__map_id = null; |
| 4711 | + private uint? __pbn__map_id; |
| 4712 | + |
| 4713 | + [global::ProtoBuf.ProtoMember(2)] |
| 4714 | + public uint wins |
| 4715 | + { |
| 4716 | + get => __pbn__wins.GetValueOrDefault(); |
| 4717 | + set => __pbn__wins = value; |
| 4718 | + } |
| 4719 | + public bool ShouldSerializewins() => __pbn__wins != null; |
| 4720 | + public void Resetwins() => __pbn__wins = null; |
| 4721 | + private uint? __pbn__wins; |
| 4722 | + |
| 4723 | + [global::ProtoBuf.ProtoMember(3)] |
| 4724 | + public uint ties |
| 4725 | + { |
| 4726 | + get => __pbn__ties.GetValueOrDefault(); |
| 4727 | + set => __pbn__ties = value; |
| 4728 | + } |
| 4729 | + public bool ShouldSerializeties() => __pbn__ties != null; |
| 4730 | + public void Resetties() => __pbn__ties = null; |
| 4731 | + private uint? __pbn__ties; |
| 4732 | + |
| 4733 | + [global::ProtoBuf.ProtoMember(4)] |
| 4734 | + public uint losses |
| 4735 | + { |
| 4736 | + get => __pbn__losses.GetValueOrDefault(); |
| 4737 | + set => __pbn__losses = value; |
| 4738 | + } |
| 4739 | + public bool ShouldSerializelosses() => __pbn__losses != null; |
| 4740 | + public void Resetlosses() => __pbn__losses = null; |
| 4741 | + private uint? __pbn__losses; |
| 4742 | + |
| 4743 | + [global::ProtoBuf.ProtoMember(5)] |
| 4744 | + public uint rounds |
| 4745 | + { |
| 4746 | + get => __pbn__rounds.GetValueOrDefault(); |
| 4747 | + set => __pbn__rounds = value; |
| 4748 | + } |
| 4749 | + public bool ShouldSerializerounds() => __pbn__rounds != null; |
| 4750 | + public void Resetrounds() => __pbn__rounds = null; |
| 4751 | + private uint? __pbn__rounds; |
| 4752 | + |
| 4753 | + [global::ProtoBuf.ProtoMember(6)] |
| 4754 | + public uint kills |
| 4755 | + { |
| 4756 | + get => __pbn__kills.GetValueOrDefault(); |
| 4757 | + set => __pbn__kills = value; |
| 4758 | + } |
| 4759 | + public bool ShouldSerializekills() => __pbn__kills != null; |
| 4760 | + public void Resetkills() => __pbn__kills = null; |
| 4761 | + private uint? __pbn__kills; |
| 4762 | + |
| 4763 | + [global::ProtoBuf.ProtoMember(7)] |
| 4764 | + public uint headshots |
| 4765 | + { |
| 4766 | + get => __pbn__headshots.GetValueOrDefault(); |
| 4767 | + set => __pbn__headshots = value; |
| 4768 | + } |
| 4769 | + public bool ShouldSerializeheadshots() => __pbn__headshots != null; |
| 4770 | + public void Resetheadshots() => __pbn__headshots = null; |
| 4771 | + private uint? __pbn__headshots; |
| 4772 | + |
| 4773 | + [global::ProtoBuf.ProtoMember(8)] |
| 4774 | + public uint assists |
| 4775 | + { |
| 4776 | + get => __pbn__assists.GetValueOrDefault(); |
| 4777 | + set => __pbn__assists = value; |
| 4778 | + } |
| 4779 | + public bool ShouldSerializeassists() => __pbn__assists != null; |
| 4780 | + public void Resetassists() => __pbn__assists = null; |
| 4781 | + private uint? __pbn__assists; |
| 4782 | + |
| 4783 | + [global::ProtoBuf.ProtoMember(9)] |
| 4784 | + public uint deaths |
| 4785 | + { |
| 4786 | + get => __pbn__deaths.GetValueOrDefault(); |
| 4787 | + set => __pbn__deaths = value; |
| 4788 | + } |
| 4789 | + public bool ShouldSerializedeaths() => __pbn__deaths != null; |
| 4790 | + public void Resetdeaths() => __pbn__deaths = null; |
| 4791 | + private uint? __pbn__deaths; |
| 4792 | + |
| 4793 | + [global::ProtoBuf.ProtoMember(10)] |
| 4794 | + public uint mvps |
| 4795 | + { |
| 4796 | + get => __pbn__mvps.GetValueOrDefault(); |
| 4797 | + set => __pbn__mvps = value; |
| 4798 | + } |
| 4799 | + public bool ShouldSerializemvps() => __pbn__mvps != null; |
| 4800 | + public void Resetmvps() => __pbn__mvps = null; |
| 4801 | + private uint? __pbn__mvps; |
| 4802 | + |
| 4803 | + [global::ProtoBuf.ProtoMember(11)] |
| 4804 | + public uint rounds_3k |
| 4805 | + { |
| 4806 | + get => __pbn__rounds_3k.GetValueOrDefault(); |
| 4807 | + set => __pbn__rounds_3k = value; |
| 4808 | + } |
| 4809 | + public bool ShouldSerializerounds_3k() => __pbn__rounds_3k != null; |
| 4810 | + public void Resetrounds_3k() => __pbn__rounds_3k = null; |
| 4811 | + private uint? __pbn__rounds_3k; |
| 4812 | + |
| 4813 | + [global::ProtoBuf.ProtoMember(12)] |
| 4814 | + public uint rounds_4k |
| 4815 | + { |
| 4816 | + get => __pbn__rounds_4k.GetValueOrDefault(); |
| 4817 | + set => __pbn__rounds_4k = value; |
| 4818 | + } |
| 4819 | + public bool ShouldSerializerounds_4k() => __pbn__rounds_4k != null; |
| 4820 | + public void Resetrounds_4k() => __pbn__rounds_4k = null; |
| 4821 | + private uint? __pbn__rounds_4k; |
| 4822 | + |
| 4823 | + [global::ProtoBuf.ProtoMember(13)] |
| 4824 | + public uint rounds_5k |
| 4825 | + { |
| 4826 | + get => __pbn__rounds_5k.GetValueOrDefault(); |
| 4827 | + set => __pbn__rounds_5k = value; |
| 4828 | + } |
| 4829 | + public bool ShouldSerializerounds_5k() => __pbn__rounds_5k != null; |
| 4830 | + public void Resetrounds_5k() => __pbn__rounds_5k = null; |
| 4831 | + private uint? __pbn__rounds_5k; |
| 4832 | + |
| 4833 | + } |
| 4834 | + |
| 4835 | + } |
| 4836 | + |
4614 | 4837 | [global::ProtoBuf.ProtoContract()] |
4615 | 4838 | public partial class CMsgGCCStrike15_v2_PlayerOverwatchCaseUpdate : global::ProtoBuf.IExtensible |
4616 | 4839 | { |
@@ -8844,6 +9067,7 @@ public enum ECsgoGCMsg |
8844 | 9067 | k_EMsgGCCStrike15_v2_GC2ClientNotifyXPShop = 9221, |
8845 | 9068 | k_EMsgGCCStrike15_v2_Client2GcAckXPShopTracks = 9222, |
8846 | 9069 | k_EMsgGCCStrike15_v2_MatchmakingGC2ClientSearchStats = 9223, |
| 9070 | + k_EMsgGCCStrike15_v2_PremierSeasonSummary = 9224, |
8847 | 9071 | } |
8848 | 9072 |
|
8849 | 9073 | [global::ProtoBuf.ProtoContract()] |
@@ -8878,5 +9102,5 @@ public enum EInitSystemResult |
8878 | 9102 |
|
8879 | 9103 | } |
8880 | 9104 |
|
8881 | | -#pragma warning restore CS0612, CS0618, CS1591, CS3021, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 |
| 9105 | +#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192 |
8882 | 9106 | #endregion |
0 commit comments