9 lines
210 B
Protocol Buffer
9 lines
210 B
Protocol Buffer
import "game_event.proto";
|
|
import "serverinfo_counter.proto";
|
|
|
|
message Event_CreateCounters {
|
|
extend GameEvent {
|
|
optional Event_CreateCounters ext = 2002;
|
|
}
|
|
repeated ServerInfo_Counter counter_list = 1;
|
|
}
|