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

8 lines
144 B
Protocol Buffer

import "game_event.proto";
message Event_GameSay {
extend GameEvent {
optional Event_GameSay ext = 1009;
}
optional string message = 1;
}