Convert piped atmos entity visualizers (#9200)

This commit is contained in:
TekuNut
2022-07-07 04:09:29 +01:00
committed by GitHub
parent fce5f59c55
commit 458d05b29b
17 changed files with 149 additions and 364 deletions

View File

@@ -0,0 +1,8 @@
using Robust.Shared.GameObjects;
namespace Content.Client.Atmos.Components;
[RegisterComponent]
public class PipeColorVisualsComponent : Component
{
}