master_huanxiang
parent
8635185ed1
commit
2e0842da93
|
|
@ -91,3 +91,7 @@ option optimize_for = SPEED;
|
|||
repeated Equip equipId = 2;
|
||||
repeated Hero Hero = 3;
|
||||
}
|
||||
|
||||
message GMCommand{
|
||||
optional string command =1 ; // 指令字符串 uid#type#prarm1#param2
|
||||
}
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
package com.ljsd.jieling.protocols;
|
||||
|
||||
option optimize_for = SPEED;
|
||||
|
||||
message GMCommand{
|
||||
optional string command =1 ; // 指令字符串 uid#type#prarm1#param2
|
||||
}
|
||||
Loading…
Reference in New Issue