6 lines
161 B
C#
6 lines
161 B
C#
using BriarQueen.Framework.Events.System;
|
|
|
|
namespace BriarQueen.Framework.Events.Audio
|
|
{
|
|
public record VoiceLineFinishedEvent(string VoiceLineID) : IEvent;
|
|
} |