1
0

ParallaxSystem.cs 130 B

12345
  1. using Content.Shared.Parallax;
  2. namespace Content.Server.Parallax;
  3. public sealed class ParallaxSystem : SharedParallaxSystem { }