servatrice/common/pb/command_leave_game.proto
2012-01-21 19:21:57 +01:00

7 lines
127 B
Protocol Buffer

import "game_commands.proto";
message Command_LeaveGame {
extend GameCommand {
optional Command_LeaveGame ext = 1001;
}
}