1
This commit is contained in:
@@ -9,7 +9,10 @@ using Net.Project.B.World;
|
||||
|
||||
namespace Net.Project.B.UX
|
||||
{
|
||||
public interface IUXHud:IUXPanel{}
|
||||
public interface IUXHud : IUXPanel
|
||||
{
|
||||
public ValidHandle InCinematicMode { get; }
|
||||
}
|
||||
public interface IUXInitialize:IUXPanel,ILogger<IUXInitialize> {}
|
||||
public interface IUXBuyStation:IUXPanel{}
|
||||
public interface IUXControlMode:IUXPanel{}
|
||||
@@ -53,4 +56,5 @@ namespace Net.Project.B.UX
|
||||
public IReadOnlyCollection<IBuff> SurvivalBuffs { get; set; }
|
||||
}
|
||||
public interface IUXChat:IUXPanel{}
|
||||
public interface IUXLevelUp:IUXPanel{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user