servatrice/common/pb/proto/command_leave_game.proto
2011-12-18 18:35:14 +01:00

7 lines
127 B
Protocol Buffer

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