Skip to content

Commit

Permalink
Sync with 'alliedmodders/cs2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Feb 16, 2025
2 parents 838452c + 7678f00 commit 9bae092
Show file tree
Hide file tree
Showing 8 changed files with 2,212 additions and 1,503 deletions.
19 changes: 19 additions & 0 deletions networksystem/networksystem_protomessages.proto
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
message NetMessageSplitscreenUserChanged {
optional uint32 slot = 1;
}

message NetMessageConnectionClosed {
optional uint32 reason = 1;
optional string message = 2;
}

message NetMessageConnectionCrashed {
optional uint32 reason = 1;
optional string message = 2;
}

message NetMessagePacketStart {
}

message NetMessagePacketEnd {
}
Loading

0 comments on commit 9bae092

Please sign in to comment.