Enum RequirementSeverity
Enum representing how critical a missing field reference is for the running game.
Namespace: Serenity.Global.Domain.Enums
Assembly: Serenity.Global.Domain.dll
Syntax
public enum RequirementSeverity
Fields
| Name | Description |
|---|---|
| Optional | The field is optional; leaving it empty simply keeps the related feature inactive. |
| RequiredSubsystemDisabled | A specific subsystem is disabled while the field remains empty; the rest of the game keeps running. |
| RequiredThrowsAtBoot | The game fails to boot while the field remains empty. |