战斗画面完成道具部分

This commit is contained in:
ozg
2014-04-27 15:58:27 +08:00
parent d5df19d613
commit c495304860
17 changed files with 559 additions and 85 deletions
+2
View File
@@ -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;