Enum ShinyFling
Enum for controlling how a shiny should be flung when activated.
Namespace: ItemChanger
Assembly: ItemChanger.dll
Syntax
public enum ShinyFling
Fields
Name | Description |
---|---|
Down | The shiny should fall straight down. |
Left | The shiny should be flung to the left. |
None | |
RandomLR | The shiny should be flung to the left or right, randomly. |
Right | The shiny should be flung to the right. |