Miasma improvements (#9022)

This commit is contained in:
Rane
2022-06-24 04:20:52 -04:00
committed by GitHub
parent 2b6c352aff
commit a1affccc84
15 changed files with 191 additions and 26 deletions

View File

@@ -0,0 +1,5 @@
namespace Content.Shared.Atmos.Miasma;
public abstract class SharedFliesComponent : Component
{
}