Метод | Описание | |
---|---|---|
Cancel ( |
Cancels skill (do nothing).
|
|
Complete ( |
Completes skill, writing the MML to the item.
|
|
Prepare ( |
Prepares the skill, called after entering the MML, goes straight to Use.
|
public Cancel ( |
||
creature | ||
skill | Skill | |
Результат | void |
public Complete ( |
||
creature | ||
skill | Skill | |
packet | Aura.Shared.Network.Packet | |
Результат | void |
public Prepare ( |
||
creature | ||
skill | Skill | |
packet | Aura.Shared.Network.Packet | |
Результат | bool |