Skip to content
rStar edited this page Aug 5, 2022 · 1 revision

主要功能

ISkillController

feat Information
CreateSkill(string ownerId , string dataId , float cast , float cd) create a skill , 建立技能
ExecuteSkill(string id) execute a skill , 執行指定技能
TickSkill(string id , float time) tick a skill , 增加指定技能的Tick
UseSkill(string id) use a skill , 使用指定技能

※use skill will enter cd or enter cast if not in cding or in casting

※當下是否不在冷卻或者詠唱中,如果不在,則使用技能將會進入冷卻或者詠唱

ISkillRepository

feat Information
FindSkillByOwner(string ownerId) find a skill by OwnerId , 使用OwnerId查詢技能

Clone this wiki locally