Skip to content

Commit

Permalink
Merge pull request #1059 from SteamRE/yaakov/protos
Browse files Browse the repository at this point in the history
Update protobufs
  • Loading branch information
yaakov-h authored Nov 17, 2021
2 parents ce15a31 + 9a195f9 commit f5ce8fa
Show file tree
Hide file tree
Showing 19 changed files with 1,019 additions and 189 deletions.
115 changes: 115 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/ClientObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,76 @@ public string value

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgSystemPerfNetworkInterface : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
[global::System.ComponentModel.DefaultValue("")]
public string name
{
get => __pbn__name ?? "";
set => __pbn__name = value;
}
public bool ShouldSerializename() => __pbn__name != null;
public void Resetname() => __pbn__name = null;
private string __pbn__name;

[global::ProtoBuf.ProtoMember(2)]
public double timestamp
{
get => __pbn__timestamp.GetValueOrDefault();
set => __pbn__timestamp = value;
}
public bool ShouldSerializetimestamp() => __pbn__timestamp != null;
public void Resettimestamp() => __pbn__timestamp = null;
private double? __pbn__timestamp;

[global::ProtoBuf.ProtoMember(3)]
public long tx_bytes_total
{
get => __pbn__tx_bytes_total.GetValueOrDefault();
set => __pbn__tx_bytes_total = value;
}
public bool ShouldSerializetx_bytes_total() => __pbn__tx_bytes_total != null;
public void Resettx_bytes_total() => __pbn__tx_bytes_total = null;
private long? __pbn__tx_bytes_total;

[global::ProtoBuf.ProtoMember(4)]
public long rx_bytes_total
{
get => __pbn__rx_bytes_total.GetValueOrDefault();
set => __pbn__rx_bytes_total = value;
}
public bool ShouldSerializerx_bytes_total() => __pbn__rx_bytes_total != null;
public void Resetrx_bytes_total() => __pbn__rx_bytes_total = null;
private long? __pbn__rx_bytes_total;

[global::ProtoBuf.ProtoMember(5)]
public int tx_bytes_per_sec
{
get => __pbn__tx_bytes_per_sec.GetValueOrDefault();
set => __pbn__tx_bytes_per_sec = value;
}
public bool ShouldSerializetx_bytes_per_sec() => __pbn__tx_bytes_per_sec != null;
public void Resettx_bytes_per_sec() => __pbn__tx_bytes_per_sec = null;
private int? __pbn__tx_bytes_per_sec;

[global::ProtoBuf.ProtoMember(6)]
public int rx_bytes_per_sec
{
get => __pbn__rx_bytes_per_sec.GetValueOrDefault();
set => __pbn__rx_bytes_per_sec = value;
}
public bool ShouldSerializerx_bytes_per_sec() => __pbn__rx_bytes_per_sec != null;
public void Resetrx_bytes_per_sec() => __pbn__rx_bytes_per_sec = null;
private int? __pbn__rx_bytes_per_sec;

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgSystemPerfDiagnosticInfo : global::ProtoBuf.IExtensible
{
Expand All @@ -1145,6 +1215,9 @@ public partial class CMsgSystemPerfDiagnosticInfo : global::ProtoBuf.IExtensible
[global::ProtoBuf.ProtoMember(1)]
public global::System.Collections.Generic.List<CMsgSystemPerfDiagnosticEntry> entries { get; } = new global::System.Collections.Generic.List<CMsgSystemPerfDiagnosticEntry>();

[global::ProtoBuf.ProtoMember(2)]
public global::System.Collections.Generic.List<CMsgSystemPerfNetworkInterface> interfaces { get; } = new global::System.Collections.Generic.List<CMsgSystemPerfNetworkInterface>();

}

[global::ProtoBuf.ProtoContract()]
Expand Down Expand Up @@ -1176,6 +1249,48 @@ public bool is_shark_mode

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgCellList : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public global::System.Collections.Generic.List<Cell> cells { get; } = new global::System.Collections.Generic.List<Cell>();

[global::ProtoBuf.ProtoContract()]
public partial class Cell : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public uint cell_id
{
get => __pbn__cell_id.GetValueOrDefault();
set => __pbn__cell_id = value;
}
public bool ShouldSerializecell_id() => __pbn__cell_id != null;
public void Resetcell_id() => __pbn__cell_id = null;
private uint? __pbn__cell_id;

[global::ProtoBuf.ProtoMember(2)]
[global::System.ComponentModel.DefaultValue("")]
public string loc_name
{
get => __pbn__loc_name ?? "";
set => __pbn__loc_name = value;
}
public bool ShouldSerializeloc_name() => __pbn__loc_name != null;
public void Resetloc_name() => __pbn__loc_name = null;
private string __pbn__loc_name;

}

}

[global::ProtoBuf.ProtoContract()]
public enum ECloudPendingRemoteOperation
{
Expand Down
43 changes: 43 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/CSGO/MsgGC.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5271,6 +5271,28 @@ public uint servertime

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public int eventid
{
get => __pbn__eventid.GetValueOrDefault();
set => __pbn__eventid = value;
}
public bool ShouldSerializeeventid() => __pbn__eventid != null;
public void Reseteventid() => __pbn__eventid = null;
private int? __pbn__eventid;

[global::ProtoBuf.ProtoMember(2)]
public global::System.Collections.Generic.List<CDataGCCStrike15_v2_MatchInfo> matches { get; } = new global::System.Collections.Generic.List<CDataGCCStrike15_v2_MatchInfo>();

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgGCCStrike15_v2_Predictions : global::ProtoBuf.IExtensible
{
Expand Down Expand Up @@ -7719,6 +7741,26 @@ public string manifest
public void Resetmanifest() => __pbn__manifest = null;
private string __pbn__manifest;

[global::ProtoBuf.ProtoMember(8)]
public byte[] system_package
{
get => __pbn__system_package;
set => __pbn__system_package = value;
}
public bool ShouldSerializesystem_package() => __pbn__system_package != null;
public void Resetsystem_package() => __pbn__system_package = null;
private byte[] __pbn__system_package;

[global::ProtoBuf.ProtoMember(9)]
public bool load_system
{
get => __pbn__load_system.GetValueOrDefault();
set => __pbn__load_system = value;
}
public bool ShouldSerializeload_system() => __pbn__load_system != null;
public void Resetload_system() => __pbn__load_system = null;
private bool? __pbn__load_system;

}

[global::ProtoBuf.ProtoContract()]
Expand Down Expand Up @@ -7933,6 +7975,7 @@ public enum ECsgoGCMsg
k_EMsgGCCStrike15_v2_GC2ClientInitSystem = 9212,
k_EMsgGCCStrike15_v2_GC2ClientInitSystem_Response = 9213,
k_EMsgGCCStrike15_v2_PrivateQueues = 9214,
k_EMsgGCCStrike15_v2_MatchListTournamentOperatorMgmt = 9215,
}

[global::ProtoBuf.ProtoContract()]
Expand Down
11 changes: 11 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/CSGO/SteamMsgBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2532,6 +2532,17 @@ public int eresult
public void Reseteresult() => __pbn__eresult = null;
private int? __pbn__eresult;

[global::ProtoBuf.ProtoMember(2)]
[global::System.ComponentModel.DefaultValue("")]
public string message
{
get => __pbn__message ?? "";
set => __pbn__message = value;
}
public bool ShouldSerializemessage() => __pbn__message != null;
public void Resetmessage() => __pbn__message = null;
private string __pbn__message;

}

[global::ProtoBuf.ProtoContract()]
Expand Down
42 changes: 42 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/Dota/MsgGCClientFantasy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,48 @@ public partial class CMsgDOTAPlayerInfoList : global::ProtoBuf.IExtensible

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgDOTATeamRoster : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public uint timestamp
{
get => __pbn__timestamp.GetValueOrDefault();
set => __pbn__timestamp = value;
}
public bool ShouldSerializetimestamp() => __pbn__timestamp != null;
public void Resettimestamp() => __pbn__timestamp = null;
private uint? __pbn__timestamp;

[global::ProtoBuf.ProtoMember(2)]
public uint team_id
{
get => __pbn__team_id.GetValueOrDefault();
set => __pbn__team_id = value;
}
public bool ShouldSerializeteam_id() => __pbn__team_id != null;
public void Resetteam_id() => __pbn__team_id = null;
private uint? __pbn__team_id;

[global::ProtoBuf.ProtoMember(3)]
public global::System.Collections.Generic.List<uint> member_account_ids { get; } = new global::System.Collections.Generic.List<uint>();

[global::ProtoBuf.ProtoMember(4)]
public uint coach_account_id
{
get => __pbn__coach_account_id.GetValueOrDefault();
set => __pbn__coach_account_id = value;
}
public bool ShouldSerializecoach_account_id() => __pbn__coach_account_id != null;
public void Resetcoach_account_id() => __pbn__coach_account_id = null;
private uint? __pbn__coach_account_id;

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgDOTADPCProfileInfo : global::ProtoBuf.IExtensible
{
Expand Down
54 changes: 54 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/Dota/MsgGCClientMatchMgmt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,35 @@ public partial class CMsgAbandonCurrentGame : global::ProtoBuf.IExtensible

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgLobbyScenarioSave : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public int version
{
get => __pbn__version.GetValueOrDefault();
set => __pbn__version = value;
}
public bool ShouldSerializeversion() => __pbn__version != null;
public void Resetversion() => __pbn__version = null;
private int? __pbn__version;

[global::ProtoBuf.ProtoMember(2)]
public byte[] data
{
get => __pbn__data;
set => __pbn__data = value;
}
public bool ShouldSerializedata() => __pbn__data != null;
public void Resetdata() => __pbn__data = null;
private byte[] __pbn__data;

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgPracticeLobbySetDetails : global::ProtoBuf.IExtensible
{
Expand Down Expand Up @@ -859,6 +888,31 @@ public uint league_node_id
[global::ProtoBuf.ProtoMember(50)]
public global::System.Collections.Generic.List<uint> requested_hero_ids { get; } = new global::System.Collections.Generic.List<uint>();

[global::ProtoBuf.ProtoMember(51)]
public CMsgLobbyScenarioSave scenario_save { get; set; }

[global::ProtoBuf.ProtoMember(52)]
public AbilityDraftSpecificDetails ability_draft_specific_details { get; set; }

[global::ProtoBuf.ProtoContract()]
public partial class AbilityDraftSpecificDetails : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public bool shuffle_draft_order
{
get => __pbn__shuffle_draft_order.GetValueOrDefault();
set => __pbn__shuffle_draft_order = value;
}
public bool ShouldSerializeshuffle_draft_order() => __pbn__shuffle_draft_order != null;
public void Resetshuffle_draft_order() => __pbn__shuffle_draft_order = null;
private bool? __pbn__shuffle_draft_order;

}

}

[global::ProtoBuf.ProtoContract()]
Expand Down
19 changes: 19 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/Dota/MsgGCCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10671,6 +10671,25 @@ public int neutral_item_tier

}

[global::ProtoBuf.ProtoContract()]
public partial class CMsgLobbyAbilityDraftData : global::ProtoBuf.IExtensible
{
private global::ProtoBuf.IExtension __pbn__extensionData;
global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
=> global::ProtoBuf.Extensible.GetExtensionObject(ref __pbn__extensionData, createIfMissing);

[global::ProtoBuf.ProtoMember(1)]
public bool shuffle_draft_order
{
get => __pbn__shuffle_draft_order.GetValueOrDefault();
set => __pbn__shuffle_draft_order = value;
}
public bool ShouldSerializeshuffle_draft_order() => __pbn__shuffle_draft_order != null;
public void Resetshuffle_draft_order() => __pbn__shuffle_draft_order = null;
private bool? __pbn__shuffle_draft_order;

}

[global::ProtoBuf.ProtoContract()]
public enum ESpecialPingValue
{
Expand Down
20 changes: 20 additions & 0 deletions SteamKit2/SteamKit2/Base/Generated/GC/Dota/MsgGCCommonMatchMgmt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,16 @@ public bool is_steam_china
public void Resetis_steam_china() => __pbn__is_steam_china = null;
private bool? __pbn__is_steam_china;

[global::ProtoBuf.ProtoMember(55)]
public uint live_spectator_account_id
{
get => __pbn__live_spectator_account_id.GetValueOrDefault();
set => __pbn__live_spectator_account_id = value;
}
public bool ShouldSerializelive_spectator_account_id() => __pbn__live_spectator_account_id != null;
public void Resetlive_spectator_account_id() => __pbn__live_spectator_account_id = null;
private uint? __pbn__live_spectator_account_id;

}

[global::ProtoBuf.ProtoContract()]
Expand Down Expand Up @@ -2719,6 +2729,16 @@ public bool is_in_steam_china
public void Resetis_in_steam_china() => __pbn__is_in_steam_china = null;
private bool? __pbn__is_in_steam_china;

[global::ProtoBuf.ProtoMember(127)]
public bool with_scenario_save
{
get => __pbn__with_scenario_save.GetValueOrDefault();
set => __pbn__with_scenario_save = value;
}
public bool ShouldSerializewith_scenario_save() => __pbn__with_scenario_save != null;
public void Resetwith_scenario_save() => __pbn__with_scenario_save = null;
private bool? __pbn__with_scenario_save;

[global::ProtoBuf.ProtoContract()]
public partial class CExtraMsg : global::ProtoBuf.IExtensible
{
Expand Down
Loading

0 comments on commit f5ce8fa

Please sign in to comment.