Class SplitSuperdash
Module which implements the split superdash custom skills.
Inheritance
SplitSuperdash
Assembly: ItemChanger.dll
Syntax
public class SplitSuperdash : Module
Constructors
View Source
SplitSuperdash()
Declaration
Fields
View Source
MylaDeathHandling
Declaration
public SplitSuperdash.MylaDeathCondition MylaDeathHandling
Field Value
Properties
View Source
hasSuperdashAny
Declaration
public bool hasSuperdashAny { get; }
Property Value
View Source
hasSuperdashBoth
Declaration
public bool hasSuperdashBoth { get; }
Property Value
View Source
hasSuperdashLeft
Declaration
public bool hasSuperdashLeft { get; set; }
Property Value
View Source
hasSuperdashRight
Declaration
public bool hasSuperdashRight { get; set; }
Property Value
Methods
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
View Source
Unload()
Declaration
public override void Unload()
Overrides
Extension Methods