Class ThrownItemComponentState
Inheritance
System.Object
ThrownItemComponentState
Namespace: Content.Shared.Throwing
Assembly: Content.Shared.dll
Syntax
public sealed class ThrownItemComponentState : ComponentState
Constructors
| Improve this Doc View SourceThrownItemComponentState(Nullable<NetEntity>)
Declaration
public ThrownItemComponentState(NetEntity? thrower)
Parameters
Type | Name | Description |
---|---|---|
System.Nullable<NetEntity> | thrower |
Properties
| Improve this Doc View SourceThrower
Declaration
public NetEntity? Thrower { get; }
Property Value
Type | Description |
---|---|
System.Nullable<NetEntity> |