Enum LiquidColor
Enumerates the different types of liquid color in the game.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum LiquidColor
Fields
| Name | Description |
|---|---|
| Blue | Blue. |
| Brown | Brown. |
| Green | Red. |
| None | No color specified. |
| Purple | White. |
| Red | Purple. |
| White | Yellow. |
| Yellow | Green. |