Sheet-meister 2000 (#16686)

This commit is contained in:
Nemanja
2023-06-14 20:49:23 -04:00
committed by GitHub
parent df39370055
commit 9946bd1f61
51 changed files with 439 additions and 15 deletions

View File

@@ -30,7 +30,7 @@ namespace Content.Shared.Materials
/// include which stack we should spawn by default.
/// </summary>
[DataField("stackEntity", customTypeSerializer:typeof(PrototypeIdSerializer<EntityPrototype>))]
public string StackEntity { get; } = "";
public string? StackEntity;
[DataField("name")]
public string Name = "";