mirror of
https://github.com/wu736139669/OzgGameRPG.git
synced 2026-08-08 07:17:40 +00:00
战斗画面完成道具部分
This commit is contained in:
@@ -64,6 +64,8 @@ public:
|
||||
string m_name;
|
||||
int m_maxHP;
|
||||
int m_HP; //数据库里面没有这个字段
|
||||
int m_maxMP;
|
||||
int m_MP; //数据库里面没有这个字段
|
||||
float m_attack;
|
||||
float m_defense;
|
||||
float m_speed;
|
||||
|
||||
Reference in New Issue
Block a user