1
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using BITKit;
|
||||
@@ -12,7 +13,11 @@ namespace Net.Project.B.UX
|
||||
public interface IUXBuyStation:IUXPanel{}
|
||||
public interface IUXControlMode:IUXPanel{}
|
||||
public interface IUXCosmetics:IUXPanel{}
|
||||
public interface IUXDialogue:IUXPanel{}
|
||||
|
||||
public interface IUXDialogue : IUXPanel
|
||||
{
|
||||
event Func<string, string> OnSubtitle;
|
||||
}
|
||||
|
||||
public interface IUXInventory : IUXPanel
|
||||
{
|
||||
|
Reference in New Issue
Block a user