using Content.Shared.Actions; namespace Content.Shared.Mobs; /// /// Only applies to mobs in crit capable of ghosting/succumbing /// public sealed partial class CritSuccumbEvent : InstantActionEvent { } /// /// Only applies/has functionality to mobs in crit that have /// public sealed partial class CritFakeDeathEvent : InstantActionEvent { } /// /// Only applies to mobs capable of speaking, as a last resort in crit /// public sealed partial class CritLastWordsEvent : InstantActionEvent { }