jiannan.guo@yingxiong.com 1 month ago
parent
commit
c153da255e
  1. 9
      share/protocol/GameCs.proto

9
share/protocol/GameCs.proto

@ -5782,7 +5782,8 @@ enum FrameCmdDef
FrameCmdDef_MoveDir = 1; //
FrameCmdDef_MoveStop = 2; //
FrameCmdDef_UseCommonAbility = 3; //使
FrameCmdDef_Max = 4;
FrameCmdDef_ChangeShootDir = 4; //
FrameCmdDef_Max = 5;
}
message MoveDirectionCommand{
@ -5790,11 +5791,17 @@ message MoveDirectionCommand{
int32 seq = 2;
}
message ChangeShootDirCommand{
int32 degree = 1;
int32 seq = 2;
}
//CS_GAMEMSGID_PLAYER_OP_INFO_REQ
message CSPlayerOpInfo{
int32 eid = 1;
FrameCmdDef type = 2;
MoveDirectionCommand move = 3;
ChangeShootDirCommand changeDir = 4;
}
message CSFrapBootInfo{

Loading…
Cancel
Save