servatrice/common/pb/command_game_say.proto
2012-01-21 19:21:57 +01:00

9 lines
154 B
Protocol Buffer

import "game_commands.proto";
message Command_GameSay {
extend GameCommand {
optional Command_GameSay ext = 1002;
}
optional string message = 1;
}