Enum ActivationRequirementType
Describes in what way the activation requirements of a module must be met
Namespace: Artemis.Core.Modules
Assembly: Artemis.Core.dll
Syntax
public enum ActivationRequirementType
Fields
| Name | Description |
|---|---|
| All | All activation requirements must be met for the module to activate |
| Any | Any activation requirement must be met for the module to activate |