namespace Content.Shared.Stacks; /// /// Raised on the original stack entity when it is split to create another. /// /// The entity id of the new stack. [ByRefEvent] public readonly record struct StackSplitEvent(EntityUid NewId);