1
This commit is contained in:
@@ -13,7 +13,16 @@ namespace Net.Project.B.UX
|
||||
public interface IUXControlMode:IUXPanel{}
|
||||
public interface IUXCosmetics:IUXPanel{}
|
||||
public interface IUXDialogue:IUXPanel{}
|
||||
public interface IUXInventory:IUXPanel{}
|
||||
|
||||
public interface IUXInventory : IUXPanel
|
||||
{
|
||||
public ItemQuality AutoInspect { get; set; }
|
||||
}
|
||||
|
||||
public interface IUXInventoryPrompt : IUXPanel
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public interface IUXItemInspector : IUXPanel
|
||||
{
|
||||
@@ -27,4 +36,6 @@ namespace Net.Project.B.UX
|
||||
void Open(SpotterScopeData scopeData);
|
||||
}
|
||||
public interface IUXSnapshot:IUXPanel{}
|
||||
public interface IUXInventorySwap:IUXPanel{}
|
||||
public interface IUXMap:IUXPanel{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user