完善战斗系统

This commit is contained in:
ozg
2014-04-26 14:49:34 +08:00
parent 3257587d28
commit d5df19d613
14 changed files with 346 additions and 45 deletions
+12
View File
@@ -104,6 +104,18 @@ public:
static RPGSkill* create();
};
//这个用于在战斗的选择技能列表、地图的技能菜单用到
class RPGSkillBtnData : public RPGSkill
{
public:
bool m_enabled; //是否可点击
static RPGSkillBtnData* create();
};
class RPGItems : public CCObject
{