Seal/abstract/virtual everything (#6739)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Storage.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[Friend(typeof(SharedItemMapperSystem))]
|
||||
public class ItemMapperComponent : Component, ISerializationHooks
|
||||
public sealed class ItemMapperComponent : Component, ISerializationHooks
|
||||
{
|
||||
[DataField("mapLayers")] public readonly Dictionary<string, SharedMapLayerData> MapLayers = new();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user