This commit is contained in:
CortexCore
2025-03-10 18:06:24 +08:00
parent 88f1ff1b04
commit 16dd934194
18 changed files with 240 additions and 15 deletions

View File

@@ -17,6 +17,7 @@ namespace Net.Project.B.UX
public interface IUXDialogue : IUXPanel
{
event Func<string, string> OnSubtitle;
public string SubtitleLanguage { get; set; }
}
public interface IUXInventory : IUXPanel