Files
A-Fairytale-Gone-Bad-Briar-…/Assets/Scripts/Framework/Events/Audio/VoiceLineStartedEvent.cs

6 lines
160 B
C#

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