添加武器列表
This commit is contained in:
parent
530a0ce572
commit
ff825e13db
@ -122,6 +122,16 @@ enum VirtualPlayer_e
|
|||||||
VP_Mine = 9000003,
|
VP_Mine = 9000003,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
enum EquipAttr
|
||||||
|
{
|
||||||
|
EA_HP = 1,
|
||||||
|
EA_Dmg = 2,
|
||||||
|
EA_ShotRange = 3,
|
||||||
|
EA_ShotSpeed = 4,
|
||||||
|
EA_Def = 5,
|
||||||
|
EA_End
|
||||||
|
};
|
||||||
|
|
||||||
const char* const PROJ_NAME_FMT = "game%d_gameserver";
|
const char* const PROJ_NAME_FMT = "game%d_gameserver";
|
||||||
const char* const PROJ_ROOT_FMT = "/data/logs/%s";
|
const char* const PROJ_ROOT_FMT = "/data/logs/%s";
|
||||||
|
|
||||||
|
@ -589,6 +589,7 @@ message CMJoin
|
|||||||
optional int32 basemelee = 14; //xx
|
optional int32 basemelee = 14; //xx
|
||||||
optional int32 elo_score = 15;
|
optional int32 elo_score = 15;
|
||||||
repeated MFPlug plugs = 16;
|
repeated MFPlug plugs = 16;
|
||||||
|
repeated MFWeapon weapons = 17; //武器列表
|
||||||
|
|
||||||
optional string gmode = 21;
|
optional string gmode = 21;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user