using Content.Shared.Polymorph; using Robust.Shared.Prototypes; namespace Content.Server.Polymorph.Components; /// /// Intended for use with the trigger system. /// Polymorphs the user of the trigger. /// [RegisterComponent] public sealed partial class PolymorphOnTriggerComponent : Component { /// /// Polymorph settings. /// [DataField(required: true)] public ProtoId Polymorph; }