mirror of
https://github.com/wu736139669/OzgGameRPG.git
synced 2026-08-08 07:17:40 +00:00
完善战斗系统
This commit is contained in:
@@ -104,6 +104,18 @@ public:
|
||||
static RPGSkill* create();
|
||||
};
|
||||
|
||||
//这个用于在战斗的选择技能列表、地图的技能菜单用到
|
||||
class RPGSkillBtnData : public RPGSkill
|
||||
{
|
||||
|
||||
public:
|
||||
|
||||
bool m_enabled; //是否可点击
|
||||
|
||||
static RPGSkillBtnData* create();
|
||||
|
||||
};
|
||||
|
||||
class RPGItems : public CCObject
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user