Interface IAttackInfo
Interface that represents attack information.
Namespace: Fibula.Communications.Packets.Contracts.Abstractions
Assembly: Fibula.Communications.Packets.Contracts.dll
Syntax
public interface IAttackInfo
Properties
| Improve this Doc View SourceTargetCreatureId
Gets the id of the creature being attacked.
Declaration
uint TargetCreatureId { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |