This commit is contained in:
CortexCore
2025-04-28 15:10:49 +08:00
parent 3f9d9f19ce
commit 4c2534a6e9
11 changed files with 72 additions and 5 deletions

View File

@@ -20,7 +20,6 @@ namespace Net.Project.B.UX
event Func<string, string> OnSubtitle;
public string[] SubtitleLanguages { get; set; }
}
public interface IUXInventory : IUXPanel
{
public ItemQuality AutoInspect { get; set; }
@@ -53,4 +52,5 @@ namespace Net.Project.B.UX
{
public IReadOnlyCollection<IBuff> SurvivalBuffs { get; set; }
}
public interface IUXChat:IUXPanel{}
}