Class Boss_I.Statics
Inheritance
Boss_I.Statics
Assembly: WeaverCore.dll
Syntax
public abstract class Boss_I.Statics : IImplementation
Properties
|
Edit this page
View Source
Difficulty
Declaration
public abstract BossDifficulty Difficulty { get; set; }
Property Value
|
Edit this page
View Source
InGodHomeArena
Declaration
public abstract bool InGodHomeArena { get; }
Property Value
|
Edit this page
View Source
InPantheon
Declaration
public abstract bool InPantheon { get; }
Property Value
Methods
|
Edit this page
View Source
EndBossBattle(float)
Declaration
public abstract void EndBossBattle(float delayTime)
Parameters
Type |
Name |
Description |
float |
delayTime |
|
|
Edit this page
View Source
OnBossSceneCompleteAdd(Action)
Declaration
public abstract void OnBossSceneCompleteAdd(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
|
Edit this page
View Source
OnBossSceneCompleteRemove(Action)
Declaration
public abstract void OnBossSceneCompleteRemove(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
|
Edit this page
View Source
OnBossesDeadAdd(Action)
Declaration
public abstract void OnBossesDeadAdd(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
|
Edit this page
View Source
OnBossesDeadRemove(Action)
Declaration
public abstract void OnBossesDeadRemove(Action action)
Parameters
Type |
Name |
Description |
Action |
action |
|
Implements
Extension Methods