Enum GameSettingsValueType
Enumeration of possible game settings value types.
Namespace: Serenity.GameSettings.Domain.Types
Assembly: Serenity.Global.Domain.dll
Syntax
public enum GameSettingsValueType
Fields
| Name | Description |
|---|---|
| BOOL | |
| FLOAT | |
| INT | |
| SELECTABLE | |
| STRING |