Makes protolathe use machine parts

This commit is contained in:
Vera Aguilera Puerto
2020-12-04 11:37:55 +01:00
parent 266d2909d7
commit b0d1d31ccc
4 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using Robust.Shared.GameObjects;
namespace Content.Server.GameObjects.Components.Chemistry
{
[RegisterComponent]
public class GlassBeakerComponent : Component
{
public override string Name => "GlassBeaker";
}
}