This commit is contained in:
committed by
GitHub
parent
c5f7c61041
commit
cecf87997b
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Storage.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SharedItemMapperSystem))]
|
||||
[Friend(typeof(SharedItemMapperSystem))]
|
||||
public sealed class ItemMapperComponent : Component, ISerializationHooks
|
||||
{
|
||||
[DataField("mapLayers")] public readonly Dictionary<string, SharedMapLayerData> MapLayers = new();
|
||||
|
||||
Reference in New Issue
Block a user