Class AutoMovePacket
Class that represents an auto movement packet.
Inheritance
System.Object
AutoMovePacket
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Communications.Packets.Incoming
Assembly: Fibula.Communications.Packets.dll
Syntax
public class AutoMovePacket : IIncomingPacket, IAutoMovementInfo
Constructors
| Improve this Doc View SourceAutoMovePacket(Direction[])
Initializes a new instance of the AutoMovePacket class.
Declaration
public AutoMovePacket(params Direction[] directions)
Parameters
Type | Name | Description |
---|---|---|
Direction[] | directions | The directions to follow, in order. |
Properties
| Improve this Doc View SourceDirections
Gets the movement directions.
Declaration
public Direction[] Directions { get; }
Property Value
Type | Description |
---|---|
Direction[] |