Makes protolathe use machine parts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Server.GameObjects.Components.Chemistry
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class GlassBeakerComponent : Component
|
||||
{
|
||||
public override string Name => "GlassBeaker";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user