using Content.Shared.Actions; using Content.Shared.DoAfter; using Robust.Shared.Serialization; namespace Content.Shared.Changeling; /// /// Action event for opening the changeling transformation radial menu. /// public sealed partial class ChangelingTransformActionEvent : InstantActionEvent; /// /// DoAfterevent used to transform a changeling into one of their stored identities. /// [Serializable, NetSerializable] public sealed partial class ChangelingTransformDoAfterEvent : SimpleDoAfterEvent;