Merge branch 'master' of 60.1.1.230:backend/jieling_protocol

master_huanxiang
wangyuan 2019-01-22 16:29:33 +08:00
commit 9b3b99b419
2 changed files with 4 additions and 7 deletions

View File

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

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
}