Content update for NetEntities (#18935)
This commit is contained in:
@@ -16,9 +16,9 @@ public sealed partial class StationRecordKeyStorageComponent : Component
|
||||
[Serializable, NetSerializable]
|
||||
public sealed class StationRecordKeyStorageComponentState : ComponentState
|
||||
{
|
||||
public StationRecordKey? Key;
|
||||
public (NetEntity, uint)? Key;
|
||||
|
||||
public StationRecordKeyStorageComponentState(StationRecordKey? key)
|
||||
public StationRecordKeyStorageComponentState((NetEntity, uint)? key)
|
||||
{
|
||||
Key = key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user