Enum Priority
Represents priority.
Namespace: OpenMod.API.Prioritization
Assembly: OpenMod.API.dll
Syntax
public enum Priority : int
Fields
| Name | Description |
|---|---|
| High | The high priority. |
| Highest | The highest priority. |
| Low | The low priority. |
| Lowest | The lowest priority. |
| Normal | The normal priority. This is the default priority. |