Auto comp (#6416)
This commit is contained in:
@@ -15,8 +15,6 @@ namespace Content.Shared.Lathe
|
||||
[NetworkedComponent()]
|
||||
public class SharedLatheDatabaseComponent : Component, IEnumerable<LatheRecipePrototype>, ISerializationHooks
|
||||
{
|
||||
public override string Name => "LatheDatabase";
|
||||
|
||||
[DataField("recipes", customTypeSerializer: typeof(PrototypeIdListSerializer<LatheRecipePrototype>))] private List<string> _recipeIds = new();
|
||||
|
||||
private readonly List<LatheRecipePrototype> _recipes = new();
|
||||
|
||||
Reference in New Issue
Block a user