Class PullableComponentState
Inheritance
System.Object
PullableComponentState
Namespace: Content.Shared.Pulling.Components
Assembly: Content.Shared.dll
Syntax
public sealed class PullableComponentState : ComponentState
Constructors
| Improve this Doc View SourcePullableComponentState(Nullable<NetEntity>)
Declaration
public PullableComponentState(NetEntity? puller)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<NetEntity> | puller |
Fields
| Improve this Doc View SourcePuller
Declaration
public readonly NetEntity? Puller
Field Value
Type | Description |
---|---|
System.Nullable<NetEntity> |