7 lines
171 B
C#
7 lines
171 B
C#
using BriarQueen.Framework.Events.System;
|
|
|
|
namespace BriarQueen.Framework.Events.UI
|
|
{
|
|
public record SubtitleDisplayChangedEvent(string Text, bool Visible) : IEvent;
|
|
}
|