Auto comp (#6416)
This commit is contained in:
@@ -13,8 +13,6 @@ namespace Content.Server.Chemistry.Components.SolutionManager
|
||||
[Friend(typeof(SolutionContainerSystem))]
|
||||
public class SolutionContainerManagerComponent : Component
|
||||
{
|
||||
public override string Name => "SolutionContainerManager";
|
||||
|
||||
[ViewVariables]
|
||||
[DataField("solutions")]
|
||||
public readonly Dictionary<string, Solution> Solutions = new();
|
||||
|
||||
Reference in New Issue
Block a user