---- Commands (DO something!) ---- //
from protobuf message proto.packets.Command
from protobuf field: repeated string forward_to = 12;
from protobuf field: string tournament_id = 11;
from protobuf field: bool return_to_menu = 2;
from protobuf field: bool delay_test_finish = 3;
from protobuf field: bool stream_sync_show_image = 4;
from protobuf field: proto.packets.Command.PlaySong play_song = 6;
from protobuf field: string discord_authorize = 9;
from protobuf field: proto.packets.Command.ModifyGameplay modify_gameplay = 10;
from protobuf field: proto.packets.Command.ShowColorForStreamSync show_color_for_stream_sync = 13;
from protobuf oneof: type
---- Commands (DO something!) ---- //
Generated
from protobuf message proto.packets.Command