载入中...
搜索中...
未找到
Skill.h
浏览该文件的文档.
Definition Skill.h:37
static const SkillDefinition * find(const std::string &id)
Definition Skill.cpp:28
static int loadFromJson(const std::string &json, std::string *error=nullptr)
从 JSON 数组批量注册技能定义,返回成功注册数量。元素形如: { "id": "fireball", "cooldown": 4, "castTime": 1....
Definition Skill.cpp:67
static void registerSkill(const SkillDefinition &def)
Definition Skill.cpp:23
Definition Skill.h:19
Definition Skill.h:24