1
This commit is contained in:
parent
92b19cccae
commit
11de2e83ab
@ -62,4 +62,5 @@ enum SMMessageId_e
|
|||||||
_SMTeamMarkTargetPosList = 1021;
|
_SMTeamMarkTargetPosList = 1021;
|
||||||
_SMDebugCmd = 1022;
|
_SMDebugCmd = 1022;
|
||||||
_SMNewBieEnd = 1023;
|
_SMNewBieEnd = 1023;
|
||||||
|
_SMNewsTicker = 1024;
|
||||||
}
|
}
|
||||||
|
@ -1610,6 +1610,16 @@ message SMRollMsg
|
|||||||
repeated MFRichTextElement elements = 1; //富文本信息
|
repeated MFRichTextElement elements = 1; //富文本信息
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//跑马灯消息
|
||||||
|
message SMNewsTicker
|
||||||
|
{
|
||||||
|
/*
|
||||||
|
1:武器合成 msg_context.values[0]: 昵称 msg_context.values[1]: 武器id
|
||||||
|
*/
|
||||||
|
optional int32 msg_type = 1; //消息类型
|
||||||
|
optional MFTupleString msg_content = 2; //消息内容
|
||||||
|
}
|
||||||
|
|
||||||
//游戏结束
|
//游戏结束
|
||||||
message SMGameOver
|
message SMGameOver
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user