Interface IWolfEntity
Represents a Wolf entity.
Namespace: TehGM.Wolfringo
Assembly: Wolfringo.Core.dll
Syntax
public interface IWolfEntity
Properties
| Improve this Doc View SourceID
ID of the entity.
Declaration
[JsonProperty("id")]
uint ID { get; }
Property Value
Type | Description |
---|---|
UInt32 |