servatrice/common/pb/proto/event_game_say.proto
2011-12-29 19:40:41 +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;
}