mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-07 10:38:23 +00:00
18 lines
296 B
Protocol Buffer
18 lines
296 B
Protocol Buffer
message NetMessageSplitscreenUserChanged {
|
|
optional uint32 slot = 1;
|
|
}
|
|
|
|
message NetMessageConnectionClosed {
|
|
optional uint32 reason = 1;
|
|
}
|
|
|
|
message NetMessageConnectionCrashed {
|
|
optional uint32 reason = 1;
|
|
}
|
|
|
|
message NetMessagePacketStart {
|
|
}
|
|
|
|
message NetMessagePacketEnd {
|
|
}
|