7 lines
110 B
Protocol Buffer
7 lines
110 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_Leave {
|
|
extend GameEvent {
|
|
optional Event_Leave ext = 1001;
|
|
}
|
|
}
|