using BriarQueen.Data.Identifiers; using BriarQueen.Framework.Events.System; namespace BriarQueen.Framework.Events.UI { public record ToolbeltChangedEvent(ToolID ToolID, bool Lost) : IEvent; }