Interface IBossMove
Used for implementing moves for a boss fight
Inherited Members
Namespace: WeaverCore.Interfaces
Assembly: WeaverCore.dll
Syntax
public interface IBossMove : IEnemyMove
Methods
| Edit this page View SourceOnStun()
Called when the enemy gets stunned
Declaration
void OnStun()