* add chemical scanning goggles * add prototype and textures * .ftl stuff * add lathe, recipe, research stuff * missing description * emo review * remove static method + newlines --------- Co-authored-by: Nemanja <98561806+EmoGarbage404@users.noreply.github.com>
8 lines
130 B
C#
8 lines
130 B
C#
namespace Content.Shared.Chemistry.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed class SolutionScannerComponent : Component
|
|
{
|
|
}
|
|
|