1
This commit is contained in:
@@ -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{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user