Class NullEntityState
Represents the null entity state for entities that do not have a state.
Inheritance
System.Object
NullEntityState
Implements
Namespace: OpenMod.Extensions.Games.Abstractions.Entities
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public sealed class NullEntityState : object, IEntityState
Properties
| Improve this Doc View SourceInstance
Declaration
public static NullEntityState Instance { get; }
Property Value
Type | Description |
---|---|
NullEntityState |
StateData
Declaration
public byte[] StateData { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |