mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-19 03:56:10 +08: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 {
|
|
}
|