Auto comp (#6416)
This commit is contained in:
@@ -14,8 +14,6 @@ namespace Content.Shared.Research.Components
|
||||
[NetworkedComponent()]
|
||||
public class SharedTechnologyDatabaseComponent : Component, IEnumerable<TechnologyPrototype>, ISerializationHooks
|
||||
{
|
||||
public override string Name => "TechnologyDatabase";
|
||||
|
||||
[DataField("technologies")] private List<string> _technologyIds = new();
|
||||
|
||||
protected List<TechnologyPrototype> _technologies = new();
|
||||
|
||||
Reference in New Issue
Block a user