9 lines
154 B
Protocol Buffer
9 lines
154 B
Protocol Buffer
import "game_commands.proto";
|
|
message Command_GameSay {
|
|
extend GameCommand {
|
|
optional Command_GameSay ext = 1002;
|
|
}
|
|
optional string message = 1;
|
|
}
|
|
|
|
|