1
This commit is contained in:
parent
c2287771a4
commit
874b0935b9
@ -118,6 +118,7 @@ class Human : public Creature
|
||||
int account_registertime = 0;
|
||||
int channel = 0;
|
||||
std::string hero_uniid;
|
||||
long long battle_uuid = 0;
|
||||
HumanBehavior behavior;
|
||||
MetaData::Player* meta = nullptr;
|
||||
MetaData::Equip* helmet_meta = nullptr;
|
||||
|
@ -1183,6 +1183,7 @@ message SMJoinedNotify
|
||||
optional bool elo_start = 6; //目前没用到
|
||||
|
||||
optional int32 error_code = 7; //错误 1:服务器维护中 2:服务器繁忙请稍后再进入
|
||||
optional int32 error_msg = 10; //错误描述
|
||||
optional int32 room_mode = 8; //0:吃鸡模式 1:僵尸模式
|
||||
|
||||
optional string server_info = 9; //服务器信息(重连时使用) 已经废弃移动到SMMapInfo
|
||||
|
@ -943,6 +943,7 @@ message SMJoinedNotify
|
||||
optional bool elo_start = 6;
|
||||
|
||||
optional int32 error_code = 7;
|
||||
optional int32 error_msg = 10;
|
||||
optional int32 room_mode = 8;
|
||||
|
||||
optional string server_info = 9;
|
||||
|
Loading…
x
Reference in New Issue
Block a user