diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index 3744b35..346c96b 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -90,3 +90,7 @@ option optimize_for = SPEED; repeated Equip equipId = 2; repeated Hero Hero = 3; } + + message GMCommand{ + optional string command =1 ; // 指令字符串 uid#type#prarm1#param2 + } diff --git a/protos/GMCommandProto.proto b/protos/GMCommandProto.proto deleted file mode 100644 index 29909d2..0000000 --- a/protos/GMCommandProto.proto +++ /dev/null @@ -1,7 +0,0 @@ -package com.ljsd.jieling.protocols; - -option optimize_for = SPEED; - -message GMCommand{ - optional string command =1 ; // 指令字符串 uid#type#prarm1#param2 -} \ No newline at end of file