Serv3 rework content changes (#7145)
This commit is contained in:
@@ -8,7 +8,7 @@ namespace Content.Shared.Decals
|
||||
[Prototype("decal")]
|
||||
public sealed class DecalPrototype : IPrototype
|
||||
{
|
||||
[DataField("id")] public string ID { get; } = null!;
|
||||
[IdDataFieldAttribute] public string ID { get; } = null!;
|
||||
[DataField("sprite")] public SpriteSpecifier Sprite { get; } = SpriteSpecifier.Invalid;
|
||||
[DataField("tags")] public List<string> Tags = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user