Files
OldThink/Content.Server/Polymorph/Systems/ChameleonProjectorSystem.cs
2024-07-23 18:34:12 +03:00

6 lines
165 B
C#

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