-
Notifications
You must be signed in to change notification settings - Fork 2
Skill
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 , 使用指定技能 |
ISkillRepository
| feat | Information |
|---|---|
FindSkillByOwner(string ownerId) |
find a skill by OwnerId , 使用OwnerId查詢技能 |