8 lines
144 B
Protocol Buffer
8 lines
144 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_GameSay {
|
|
extend GameEvent {
|
|
optional Event_GameSay ext = 1009;
|
|
}
|
|
optional string message = 1;
|
|
}
|