commands.proto 216 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 8 9 10 import "session_commands.proto"; message CommandContainer { optional uint64 cmd_id = 1; optional uint32 game_id = 10; optional uint32 room_id = 20; repeated SessionCommand session_command = 100; }