using Content.Shared.Actions; namespace Content.Server.Magic.Events; public sealed class SmiteSpellEvent : EntityTargetActionEvent { /// /// Should this smite delete all parts/mechanisms gibbed except for the brain? /// [DataField("deleteNonBrainParts")] public bool DeleteNonBrainParts = true; }