Show / Hide Table of Contents

Class StationRecordKeyStorageComponentState

Inheritance
System.Object
StationRecordKeyStorageComponentState
Namespace: Content.Shared.StationRecords
Assembly: Content.Shared.dll
Syntax
public sealed class StationRecordKeyStorageComponentState : ComponentState

Constructors

| Improve this Doc View Source

StationRecordKeyStorageComponentState(Nullable<(NetEntity, UInt32)>)

Declaration
public StationRecordKeyStorageComponentState((NetEntity, uint)? key)
Parameters
Type Name Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>> key

Fields

| Improve this Doc View Source

Key

Declaration
public (NetEntity, uint)? Key
Field Value
Type Description
System.Nullable<System.ValueTuple<NetEntity, System.UInt32>>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾