6 lines
165 B
C#
6 lines
165 B
C#
using Content.Shared.Polymorph.Systems;
|
|
|
|
namespace Content.Server.Polymorph.Systems;
|
|
|
|
public sealed class ChameleonProjectorSystem : SharedChameleonProjectorSystem;
|