Auto comp (#6416)
This commit is contained in:
@@ -11,8 +11,6 @@ public class InventoryComponent : Component, IExAct
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entityManager = default!;
|
||||
|
||||
public sealed override string Name => "Inventory";
|
||||
|
||||
[DataField("templateId", required: true,
|
||||
customTypeSerializer: typeof(PrototypeIdSerializer<InventoryTemplatePrototype>))]
|
||||
public string TemplateId { get; } = "human";
|
||||
|
||||
Reference in New Issue
Block a user