Skip to content

Commit b39167d

Browse files
committed
Update protobufs
1 parent 7ceadc3 commit b39167d

24 files changed

+1707
-256
lines changed

Resources/Protobufs

Submodule Protobufs updated 71 files

SteamKit2/SteamKit2/Base/Generated/ClientObjects.cs

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,26 @@ public string band_filter
511511
public void Resetband_filter() => __pbn__band_filter = null;
512512
private string __pbn__band_filter;
513513

514+
[global::ProtoBuf.ProtoMember(11)]
515+
public bool has_non_6ghz_channel
516+
{
517+
get => __pbn__has_non_6ghz_channel.GetValueOrDefault();
518+
set => __pbn__has_non_6ghz_channel = value;
519+
}
520+
public bool ShouldSerializehas_non_6ghz_channel() => __pbn__has_non_6ghz_channel != null;
521+
public void Resethas_non_6ghz_channel() => __pbn__has_non_6ghz_channel = null;
522+
private bool? __pbn__has_non_6ghz_channel;
523+
524+
[global::ProtoBuf.ProtoMember(12)]
525+
public bool is_saved
526+
{
527+
get => __pbn__is_saved.GetValueOrDefault();
528+
set => __pbn__is_saved = value;
529+
}
530+
public bool ShouldSerializeis_saved() => __pbn__is_saved != null;
531+
public void Resetis_saved() => __pbn__is_saved = null;
532+
private bool? __pbn__is_saved;
533+
514534
}
515535

516536
}
@@ -546,6 +566,9 @@ public uint device_id
546566
[global::ProtoBuf.ProtoMember(6)]
547567
public CMsgNetworkDeviceIP6Config ip6 { get; set; }
548568

569+
[global::ProtoBuf.ProtoMember(7)]
570+
public Wireless wireless { get; set; }
571+
549572
[global::ProtoBuf.ProtoMember(2)]
550573
public KnownAP ap_known
551574
{
@@ -646,6 +669,26 @@ public string password
646669

647670
}
648671

672+
[global::ProtoBuf.ProtoContract()]
673+
public partial class Wireless : global::ProtoBuf.IExtensible
674+
{
675+
private global::ProtoBuf.IExtension __pbn__extensionData;
676+
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
677+
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
678+
679+
[global::ProtoBuf.ProtoMember(1)]
680+
[global::System.ComponentModel.DefaultValue("")]
681+
public string band_filter
682+
{
683+
get => __pbn__band_filter ?? "";
684+
set => __pbn__band_filter = value;
685+
}
686+
public bool ShouldSerializeband_filter() => __pbn__band_filter != null;
687+
public void Resetband_filter() => __pbn__band_filter = null;
688+
private string __pbn__band_filter;
689+
690+
}
691+
649692
}
650693

651694
[global::ProtoBuf.ProtoContract()]

SteamKit2/SteamKit2/Base/Generated/Enums.cs

Lines changed: 33 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ public enum EStartupMovieVariant
167167
k_EStartupMovieVariant_Generic = 1,
168168
k_EStartupMovieVariant_DeckBlue = 2,
169169
k_EStartupMovieVariant_DeckOrange = 3,
170+
k_EStartupMovieVariant_Machine = 4,
170171
}
171172

172173
[global::ProtoBuf.ProtoContract()]
@@ -865,7 +866,10 @@ public enum EContentReportResolution
865866
k_EContentReportResolution_SuspiciousIncludingUpvoters = 8,
866867
k_EContentReportResolution_VisibilityChanged = 9,
867868
k_EContentReportResolution_CountryRestrictionsChanged = 10,
868-
k_EContentReportResolution_MAX = 11,
869+
k_EContentReportResolution_RemoveAndWarn = 11,
870+
k_EContentReportResolution_RemoveAndBan = 12,
871+
k_EContentReportResolution_RemoveAndKick = 13,
872+
k_EContentReportResolution_MAX = 14,
869873
}
870874

871875
[global::ProtoBuf.ProtoContract()]
@@ -882,6 +886,18 @@ public enum EContentReportSubjectAction
882886
k_EContentReportSubjectAction_SustainedOnDispute = 8,
883887
k_EContentReportSubjectAction_Locked = 9,
884888
k_EContentReportSubjectAction_Unlocked = 10,
889+
k_EContentReportSubjectAction_Deleted = 11,
890+
k_EContentReportSubjectAction_Warned = 12,
891+
k_EContentReportSubjectAction_BannedFromHub = 13,
892+
k_EContentReportSubjectAction_BannedFromCommunity = 14,
893+
k_EContentReportSubjectAction_TradeBanned = 15,
894+
k_EContentReportSubjectAction_MarkedAsSuspicious = 16,
895+
k_EContentReportSubjectAction_ResetContent = 17,
896+
k_EContentReportSubjectAction_EscalatedForCSAM = 18,
897+
k_EContentReportSubjectAction_EscalatedForTerrorism = 19,
898+
k_EContentReportSubjectAction_Claimed = 20,
899+
k_EContentReportSubjectAction_Released = 21,
900+
k_EContentReportSubjectAction_PrivateMessaged = 22,
885901
}
886902

887903
[global::ProtoBuf.ProtoContract()]
@@ -949,7 +965,9 @@ public enum EContentReportReason
949965
k_EContentReportReason_FakedGenderedNonConsensualMaterial = 59,
950966
k_EContentReportReason_FakedNonConsensualMaterial = 60,
951967
k_EContentReportReason_NegativeEffectonDiscourseOrElections = 61,
952-
k_EContentReportReason_MAX = 62,
968+
k_EContentReportReason_QuotesModeratedContent = 62,
969+
k_EContentReportReason_CredibleThreatOfViolence = 63,
970+
k_EContentReportReason_MAX = 64,
953971
}
954972

955973
[global::ProtoBuf.ProtoContract()]
@@ -961,6 +979,19 @@ public enum EResolutionAutomation
961979
k_EResolutionAutomation_MAX = 3,
962980
}
963981

982+
[global::ProtoBuf.ProtoContract()]
983+
public enum EPressOutletAction
984+
{
985+
k_EPressOutletAction_Invalid = 0,
986+
k_EPressOutletAction_Granted = 1,
987+
k_EPressOutletAction_Removed = 2,
988+
k_EPressOutletAction_Created = 3,
989+
k_EPressOutletAction_Updated = 4,
990+
k_EPressOutletAction_Deleted = 5,
991+
k_EPressOutletAction_Undeleted = 6,
992+
k_EPressOutletAction_MAX = 7,
993+
}
994+
964995
}
965996

966997
#pragma warning restore CS0612, CS0618, CS1591, CS3021, CS8981, IDE0079, IDE1006, RCS1036, RCS1057, RCS1085, RCS1192

SteamKit2/SteamKit2/Base/Generated/GC/Deadlock/MsgGCCommon.cs

Lines changed: 135 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,18 @@ public uint account_id
284284
public void Resetaccount_id() => __pbn__account_id = null;
285285
private uint? __pbn__account_id;
286286

287-
[global::ProtoBuf.ProtoMember(20, IsPacked = true)]
288-
public global::System.Collections.Generic.List<uint> account_awards { get; } = new global::System.Collections.Generic.List<uint>();
287+
[global::ProtoBuf.ProtoMember(30)]
288+
public bool hideout_holiday_award_2024
289+
{
290+
get => __pbn__hideout_holiday_award_2024.GetValueOrDefault();
291+
set => __pbn__hideout_holiday_award_2024 = value;
292+
}
293+
public bool ShouldSerializehideout_holiday_award_2024() => __pbn__hideout_holiday_award_2024 != null;
294+
public void Resethideout_holiday_award_2024() => __pbn__hideout_holiday_award_2024 = null;
295+
private bool? __pbn__hideout_holiday_award_2024;
296+
297+
[global::ProtoBuf.ProtoMember(31, IsPacked = true)]
298+
public global::System.Collections.Generic.List<uint> hideout_holiday_awards_2025 { get; } = new global::System.Collections.Generic.List<uint>();
289299

290300
}
291301

@@ -2329,6 +2339,45 @@ public uint starting_xp
23292339

23302340
}
23312341

2342+
[global::ProtoBuf.ProtoContract()]
2343+
public partial class PlayerAccolade : global::ProtoBuf.IExtensible
2344+
{
2345+
private global::ProtoBuf.IExtension __pbn__extensionData;
2346+
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
2347+
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
2348+
2349+
[global::ProtoBuf.ProtoMember(1)]
2350+
public uint accolade_id
2351+
{
2352+
get => __pbn__accolade_id.GetValueOrDefault();
2353+
set => __pbn__accolade_id = value;
2354+
}
2355+
public bool ShouldSerializeaccolade_id() => __pbn__accolade_id != null;
2356+
public void Resetaccolade_id() => __pbn__accolade_id = null;
2357+
private uint? __pbn__accolade_id;
2358+
2359+
[global::ProtoBuf.ProtoMember(2)]
2360+
public int accolade_stat_value
2361+
{
2362+
get => __pbn__accolade_stat_value.GetValueOrDefault();
2363+
set => __pbn__accolade_stat_value = value;
2364+
}
2365+
public bool ShouldSerializeaccolade_stat_value() => __pbn__accolade_stat_value != null;
2366+
public void Resetaccolade_stat_value() => __pbn__accolade_stat_value = null;
2367+
private int? __pbn__accolade_stat_value;
2368+
2369+
[global::ProtoBuf.ProtoMember(3)]
2370+
public int accolade_threshold_achieved
2371+
{
2372+
get => __pbn__accolade_threshold_achieved.GetValueOrDefault();
2373+
set => __pbn__accolade_threshold_achieved = value;
2374+
}
2375+
public bool ShouldSerializeaccolade_threshold_achieved() => __pbn__accolade_threshold_achieved != null;
2376+
public void Resetaccolade_threshold_achieved() => __pbn__accolade_threshold_achieved = null;
2377+
private int? __pbn__accolade_threshold_achieved;
2378+
2379+
}
2380+
23322381
[global::ProtoBuf.ProtoContract()]
23332382
public partial class Players : global::ProtoBuf.IExtensible
23342383
{
@@ -2521,6 +2570,55 @@ public bool rewards_eligible
25212570
public void Resetrewards_eligible() => __pbn__rewards_eligible = null;
25222571
private bool? __pbn__rewards_eligible;
25232572

2573+
[global::ProtoBuf.ProtoMember(29)]
2574+
public bool earned_holiday_award_2025
2575+
{
2576+
get => __pbn__earned_holiday_award_2025.GetValueOrDefault();
2577+
set => __pbn__earned_holiday_award_2025 = value;
2578+
}
2579+
public bool ShouldSerializeearned_holiday_award_2025() => __pbn__earned_holiday_award_2025 != null;
2580+
public void Resetearned_holiday_award_2025() => __pbn__earned_holiday_award_2025 = null;
2581+
private bool? __pbn__earned_holiday_award_2025;
2582+
2583+
[global::ProtoBuf.ProtoMember(48)]
2584+
public global::System.Collections.Generic.List<CMsgTrackedStat> player_tracked_stats { get; } = new global::System.Collections.Generic.List<CMsgTrackedStat>();
2585+
2586+
[global::ProtoBuf.ProtoMember(27)]
2587+
public global::System.Collections.Generic.List<CMsgMatchMetaDataContents.PlayerAccolade> accolades { get; } = new global::System.Collections.Generic.List<CMsgMatchMetaDataContents.PlayerAccolade>();
2588+
2589+
[global::ProtoBuf.ProtoMember(28)]
2590+
public uint mvp_rank
2591+
{
2592+
get => __pbn__mvp_rank.GetValueOrDefault();
2593+
set => __pbn__mvp_rank = value;
2594+
}
2595+
public bool ShouldSerializemvp_rank() => __pbn__mvp_rank != null;
2596+
public void Resetmvp_rank() => __pbn__mvp_rank = null;
2597+
private uint? __pbn__mvp_rank;
2598+
2599+
}
2600+
2601+
[global::ProtoBuf.ProtoContract()]
2602+
public partial class Teams : global::ProtoBuf.IExtensible
2603+
{
2604+
private global::ProtoBuf.IExtension __pbn__extensionData;
2605+
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
2606+
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
2607+
2608+
[global::ProtoBuf.ProtoMember(1)]
2609+
[global::System.ComponentModel.DefaultValue(ECitadelLobbyTeam.k_ECitadelLobbyTeam_Team0)]
2610+
public ECitadelLobbyTeam team
2611+
{
2612+
get => __pbn__team ?? ECitadelLobbyTeam.k_ECitadelLobbyTeam_Team0;
2613+
set => __pbn__team = value;
2614+
}
2615+
public bool ShouldSerializeteam() => __pbn__team != null;
2616+
public void Resetteam() => __pbn__team = null;
2617+
private ECitadelLobbyTeam? __pbn__team;
2618+
2619+
[global::ProtoBuf.ProtoMember(2)]
2620+
public global::System.Collections.Generic.List<CMsgTrackedStat> team_tracked_stats { get; } = new global::System.Collections.Generic.List<CMsgTrackedStat>();
2621+
25242622
}
25252623

25262624
[global::ProtoBuf.ProtoContract()]
@@ -2949,6 +3047,12 @@ public bool not_scored
29493047
public void Resetnot_scored() => __pbn__not_scored = null;
29503048
private bool? __pbn__not_scored;
29513049

3050+
[global::ProtoBuf.ProtoMember(29)]
3051+
public global::System.Collections.Generic.List<CMsgTrackedStat> match_tracked_stats { get; } = new global::System.Collections.Generic.List<CMsgTrackedStat>();
3052+
3053+
[global::ProtoBuf.ProtoMember(30)]
3054+
public global::System.Collections.Generic.List<CMsgMatchMetaDataContents.Teams> teams { get; } = new global::System.Collections.Generic.List<CMsgMatchMetaDataContents.Teams>();
3055+
29523056
}
29533057

29543058
[global::ProtoBuf.ProtoContract()]
@@ -3150,6 +3254,35 @@ public uint account_id
31503254

31513255
}
31523256

3257+
[global::ProtoBuf.ProtoContract()]
3258+
public partial class CMsgTrackedStat : global::ProtoBuf.IExtensible
3259+
{
3260+
private global::ProtoBuf.IExtension __pbn__extensionData;
3261+
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
3262+
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);
3263+
3264+
[global::ProtoBuf.ProtoMember(1)]
3265+
public uint tracked_stat_id
3266+
{
3267+
get => __pbn__tracked_stat_id.GetValueOrDefault();
3268+
set => __pbn__tracked_stat_id = value;
3269+
}
3270+
public bool ShouldSerializetracked_stat_id() => __pbn__tracked_stat_id != null;
3271+
public void Resettracked_stat_id() => __pbn__tracked_stat_id = null;
3272+
private uint? __pbn__tracked_stat_id;
3273+
3274+
[global::ProtoBuf.ProtoMember(2)]
3275+
public int tracked_stat_value
3276+
{
3277+
get => __pbn__tracked_stat_value.GetValueOrDefault();
3278+
set => __pbn__tracked_stat_value = value;
3279+
}
3280+
public bool ShouldSerializetracked_stat_value() => __pbn__tracked_stat_value != null;
3281+
public void Resettracked_stat_value() => __pbn__tracked_stat_value = null;
3282+
private int? __pbn__tracked_stat_value;
3283+
3284+
}
3285+
31533286
[global::ProtoBuf.ProtoContract()]
31543287
public partial class CMsgGCAccountData : global::ProtoBuf.IExtensible
31553288
{

0 commit comments

Comments
 (0)