6
StarHorizon_Public/Content.Server/Polymorph/Systems/ChameleonProjectorSystem.cs
2026-01-24 12:49:55 +03:00

6 lines
165 B
C#

using Content.Shared.Polymorph.Systems;
namespace Content.Server.Polymorph.Systems;
public sealed class ChameleonProjectorSystem : SharedChameleonProjectorSystem;