Interface IEntityState
Represents the state of an entity.
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IEntityState
Properties
| Improve this Doc View SourceStateData
The state of the entity.
Declaration
byte[] StateData { get; }
Property Value
| Type | Description |
|---|---|
| System.Byte[] |