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