Files
Cockatrice/common/pb/event_game_closed.proto
T

8 lines
120 B
Protocol Buffer

import "game_event.proto";
message Event_GameClosed {
extend GameEvent {
optional Event_GameClosed ext = 1002;
}
}