Add chemical scanning goggles (#18373)

* 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>
This commit is contained in:
MisterMecky
2023-08-02 03:57:22 +08:00
committed by GitHub
parent 8a5307a83d
commit 1b4d4f8c35
15 changed files with 156 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace Content.Shared.Chemistry.Components;
[RegisterComponent]
public sealed class SolutionScannerComponent : Component
{
}