1
This commit is contained in:
parent
528318d3ce
commit
0b89e71303
@ -75,4 +75,6 @@ enum SMMessageId_e
|
||||
_SMTeamFullNotify = 1032;
|
||||
_SMTeamPartNotify = 1033;
|
||||
_SMBattlePreInfoUpdate = 1034;
|
||||
_SMAddBattleHint = 1035;
|
||||
_SMDelBattleHint = 1036;
|
||||
}
|
||||
|
@ -2130,4 +2130,18 @@ message SMTeamPartNotify
|
||||
message SMBattlePreInfoUpdate
|
||||
{
|
||||
optional MFBattlePreInfo info = 1; //战前准备信息
|
||||
}
|
||||
|
||||
//战斗提示-添加
|
||||
message SMAddBattleHint
|
||||
{
|
||||
optional int32 uniid = 1; //唯一id
|
||||
optional MFVec3 pos = 2; //坐标
|
||||
optional int32 duration = 3; //持续时间秒
|
||||
}
|
||||
|
||||
//战斗提示-删除
|
||||
message SMDelBattleHint
|
||||
{
|
||||
optional int32 uniid = 1; //唯一id
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user