Add subtitle UI for voice playback
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using BriarQueen.Framework.Events.System;
|
||||
|
||||
namespace BriarQueen.Framework.Events.UI
|
||||
{
|
||||
public record SubtitleDisplayChangedEvent(string Text, bool Visible) : IEvent;
|
||||
}
|
||||
@@ -0,0 +1,2 @@
|
||||
fileFormatVersion: 2
|
||||
guid: d606965a42b7a4bc29e67528e42120e2
|
||||
Reference in New Issue
Block a user