SharedGlueSystem.cs 90 B

12345
  1. namespace Content.Shared.Glue;
  2. public abstract class SharedGlueSystem : EntitySystem
  3. {
  4. }