7 lines
114 B
Protocol Buffer
7 lines
114 B
Protocol Buffer
import "game_event.proto";
|
|
|
|
message Event_Shuffle {
|
|
extend GameEvent {
|
|
optional Event_Shuffle ext = 2007;
|
|
}
|
|
}
|