mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 06:55:06 +01:00
9 lines
122 B
Protocol Buffer
9 lines
122 B
Protocol Buffer
syntax = "proto3";
|
|
package proto;
|
|
|
|
option go_package = "/csproto";
|
|
|
|
message SC_SYNC_GAME_MODE {
|
|
string mode_id = 1;
|
|
}
|