allow decals to be removed from placement menu (#9843)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Prototypes;
|
||||
using Robust.Shared.Utility;
|
||||
|
||||
namespace Content.Shared.Decals
|
||||
@@ -9,5 +9,6 @@ namespace Content.Shared.Decals
|
||||
[IdDataFieldAttribute] public string ID { get; } = null!;
|
||||
[DataField("sprite")] public SpriteSpecifier Sprite { get; } = SpriteSpecifier.Invalid;
|
||||
[DataField("tags")] public List<string> Tags = new();
|
||||
[DataField("showMenu")] public bool ShowMenu = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user