Interface IModesInfo
Interface for fight and chase modes information.
Namespace: Fibula.Communications.Packets.Contracts.Abstractions
Assembly: Fibula.Communications.Packets.Contracts.dll
Syntax
public interface IModesInfo
Properties
| Improve this Doc View SourceChaseMode
Gets the chase mode.
Declaration
ChaseMode ChaseMode { get; }
Property Value
Type | Description |
---|---|
ChaseMode |
FightMode
Gets the fight mode.
Declaration
FightMode FightMode { get; }
Property Value
Type | Description |
---|---|
FightMode |
SafeModeOn
Gets a value indicating whether the safe mode is on.
Declaration
bool SafeModeOn { get; }
Property Value
Type | Description |
---|---|
System.Boolean |