Enum ChaseMode
Enumeration of the possible chasing modes.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum ChaseMode : byte
Fields
| Name | Description |
|---|---|
| Chase | Chases the target closely. |
| KeepDistance | Maintains a constant distance to the target. |
| Stand | Does not chase the target. |