emitter visuals update (#13382)

This commit is contained in:
Nemanja
2023-01-08 22:42:31 -05:00
committed by GitHub
parent 692079745f
commit 2933f030d9
7 changed files with 210 additions and 186 deletions

View File

@@ -0,0 +1,6 @@
namespace Content.Shared.Singularity.EntitySystems;
public abstract class SharedEmitterSystem : EntitySystem
{
}