Enum CommonColor
An enum representing a commonly-used color in the game's default skin.
Namespace: SociallyDistant.Core.Shell
Assembly: SociallyDistant.Framework.dll
Syntax
public enum CommonColor
Fields
| Name | Description |
|---|---|
| Blue | The game's signature blue color. |
| Cyan | A brighter version of the game's signature blue color. |
| Green | The color of safety. |
| Red | The game's danger color. |
| Yellow | The game's warning color. |