This commit is contained in:
CortexCore
2025-08-05 23:34:30 +08:00
parent 519c93d651
commit dbc223be46
14 changed files with 156 additions and 5 deletions

View File

@@ -60,4 +60,7 @@ namespace Net.Project.B.UX
public interface IUXChat:IUXPanel{}
public interface IUXLevelUp:IUXPanel{}
public interface IUXCraft:IUXPanel{}
public interface IUXPlate:IUXPanel{}
public interface IUXAirDropBuy:IUXPanel{}
public interface IUXPrepositionedStockBuy:IUXPanel{}
}