1
This commit is contained in:
@@ -4,6 +4,7 @@ using System.Collections.Generic;
|
||||
using BITKit;
|
||||
using BITKit.UX;
|
||||
using Microsoft.Extensions.Logging;
|
||||
using Net.Project.B.Buff;
|
||||
using Net.Project.B.World;
|
||||
|
||||
namespace Net.Project.B.UX
|
||||
@@ -39,11 +40,17 @@ namespace Net.Project.B.UX
|
||||
public interface IUXMapSelector:IUXPanel{}
|
||||
public interface IUXSnapshotWindow:IUXPanel
|
||||
{
|
||||
void Open(SpotterScopeData scopeData);
|
||||
void Open(SnapshotData scopeData);
|
||||
}
|
||||
public interface IUXSnapshot:IUXPanel{}
|
||||
public interface IUXInventorySwap:IUXPanel{}
|
||||
public interface IUXMap:IUXPanel{}
|
||||
public interface IUXIndicator:IUXPanel{}
|
||||
public interface IUXMark:IUXPanel{}
|
||||
public interface IUXQuest:IUXPanel{}
|
||||
|
||||
public interface IUXSurvival : IUXPanel
|
||||
{
|
||||
public IReadOnlyCollection<IBuff> SurvivalBuffs { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user