Class SplitNail
Module which implements the split nail custom skills.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Modules
Assembly: ItemChanger.dll
Syntax
public class SplitNail : Module
Properties
| Improve this Doc View SourcecanDownslash
Declaration
public bool canDownslash { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
canSideslashLeft
Declaration
public bool canSideslashLeft { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
canSideslashRight
Declaration
public bool canSideslashRight { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
canUpslash
Declaration
public bool canUpslash { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceInitialize()
Declaration
public override void Initialize()
Overrides
| Improve this Doc View SourceUnload()
Declaration
public override void Unload()