-
Notifications
You must be signed in to change notification settings - Fork 17
GuiInteractSymbol
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents gui interact symbols.
public enum GuiInteractSymbol
Inheritance Object → ValueType → Enum → GuiInteractSymbol
Implements IComparable, IFormattable, IConvertible
Name | Value | Description |
---|---|---|
None | 0 | Represents no symbol. |
Hand | 1 | Represents the hand symbol. |
Disassemble | 2 | Represents the disassemble symbol. |
Assemble | 3 | Represents the assemble symbol. |