Class UseWeaponAbility
Implements
Inherited Members
Namespace: SF.AbilityModule
Assembly: cs.temp.dll.dll
Syntax
public class UseWeaponAbility : AbilityCore, IInputAbility
Methods
OnInitialize()
Declaration
protected override void OnInitialize()
Overrides
OnUseCompleted()
This plays after the attack finishes. Use this to wait for the attack animation to finish.
Declaration
protected virtual void OnUseCompleted()