1
0

SharedBeamSystem.cs 94 B

123456
  1. namespace Content.Shared.Beam;
  2. public abstract class SharedBeamSystem : EntitySystem
  3. {
  4. }