Update to latest proto definitions from SteamDatabase/Protobufs

From commit 085746bbf6b48d1b89b7a63e7876932793f4c08f
This commit is contained in:
TBK 2025-10-17 13:13:37 +02:00
commit 6d40b01547
No known key found for this signature in database
GPG key ID: 4F205025B48377EB
43 changed files with 14210 additions and 22031 deletions

View file

@ -4,10 +4,12 @@ message NetMessageSplitscreenUserChanged {
message NetMessageConnectionClosed {
optional uint32 reason = 1;
optional string message = 2;
}
message NetMessageConnectionCrashed {
optional uint32 reason = 1;
optional string message = 2;
}
message NetMessagePacketStart {