1
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:f51ebe6a0ceec4240a699833d6309b23",
|
||||
"GUID:677cd05ca06c46b4395470200b1acdad",
|
||||
"GUID:5087931ed5612e84ca166071da8e35a4"
|
||||
"GUID:5087931ed5612e84ca166071da8e35a4",
|
||||
"GUID:46b59e80b22f9f04dbd080f812276bc4"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
|
@@ -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