Class ComboMeleeWeapon
Inheritance
System.Object
ComboMeleeWeapon
Assembly: cs.temp.dll.dll
Syntax
public class ComboMeleeWeapon : MeleeWeapon, IWeapon
Fields
_comboTimer
The timer to keep track of time between combo attacks to see if a combo should continue if not a lot of time has passed.
Declaration
protected Timer _comboTimer
Field Value
_comboType
Declaration
protected ComboType _comboType
Field Value
ComboAttacks
Declaration
public List<ComboAttack> ComboAttacks
Field Value
| Type |
Description |
| System.Collections.Generic.List<ComboAttack> |
|
Methods
Awake()
Declaration
protected override void Awake()
Overrides
DoAttack()
Declaration
protected override void DoAttack()
Overrides
OnUseComplete()
Declaration
protected override void OnUseComplete()
Overrides
Implements