using BriarQueen.Framework.Events.System; namespace BriarQueen.Framework.Events.Audio { public record VoiceLineFinishedEvent(string VoiceLineID) : IEvent; }