master_huanxiang
gaojie 2019-01-22 16:13:06 +08:00
parent 8635185ed1
commit 2e0842da93
2 changed files with 4 additions and 7 deletions

View File

@ -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
}

View File

@ -1,7 +0,0 @@
package com.ljsd.jieling.protocols;
option optimize_for = SPEED;
message GMCommand{
optional string command =1 ; // uid#type#prarm1#param2
}