Class SplitCloak
Module which implements the split cloak custom skills.
Assembly: ItemChanger.dll
Syntax
public class SplitCloak : Module
Constructors
View Source
SplitCloak()
Declaration
Properties
View Source
canDashLeft
Declaration
public bool canDashLeft { get; set; }
Property Value
View Source
canDashRight
Declaration
public bool canDashRight { get; set; }
Property Value
View Source
hasDashAny
Declaration
public bool hasDashAny { get; }
Property Value
Methods
View Source
Initialize()
Declaration
public override void Initialize()
Overrides
View Source
Unload()
Declaration
public override void Unload()
Overrides
Extension Methods