Class CreatureLightPacket
Class that represents a creature light packet.
Inheritance
System.Object
CreatureLightPacket
Implements
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.Outgoing
Assembly: Fibula.Communications.Packets.dll
Syntax
public class CreatureLightPacket : IOutboundPacket
Constructors
| Improve this Doc View SourceCreatureLightPacket(ICreature)
Initializes a new instance of the CreatureLightPacket class.
Declaration
public CreatureLightPacket(ICreature creature)
Parameters
Type | Name | Description |
---|---|---|
ICreature | creature | The creature reference. |
Properties
| Improve this Doc View SourceCreature
Gets the creature reference.
Declaration
public ICreature Creature { get; }
Property Value
Type | Description |
---|---|
ICreature |
PacketType
Gets the type of this packet.
Declaration
public OutgoingPacketType PacketType { get; }
Property Value
Type | Description |
---|---|
OutgoingPacketType |