Last commit for this. will stop
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using LightlessSync.API.Data;
|
||||
using LightlessSync.API.Data.Enum;
|
||||
|
||||
namespace LightlessSync.PlayerData.Pairs;
|
||||
|
||||
@@ -39,7 +40,9 @@ public interface IPairHandlerAdapter : IDisposable, IPairPerformanceSubject
|
||||
DateTime? VisibilityEvictionDueAtUtc { get; }
|
||||
|
||||
string? MinionAddressHex { get; }
|
||||
|
||||
ushort? MinionObjectIndex { get; }
|
||||
|
||||
DateTime? MinionResolvedAtUtc { get; }
|
||||
string? MinionResolveStage { get; }
|
||||
string? MinionResolveFailureReason { get; }
|
||||
@@ -51,9 +54,14 @@ public interface IPairHandlerAdapter : IDisposable, IPairPerformanceSubject
|
||||
Guid OwnedPenumbraCollectionId { get; }
|
||||
bool NeedsCollectionRebuildDebug { get; }
|
||||
|
||||
uint MinionOrMountCharacterId { get; }
|
||||
uint PetCharacterId { get; }
|
||||
uint CompanionCharacterId { get; }
|
||||
|
||||
void Initialize();
|
||||
void ApplyData(CharacterData data);
|
||||
void ApplyLastReceivedData(bool forced = false);
|
||||
void HardReapplyLastData();
|
||||
bool FetchPerformanceMetricsFromCache();
|
||||
void LoadCachedCharacterData(CharacterData data);
|
||||
void SetUploading(bool uploading);
|
||||
|
||||
Reference in New Issue
Block a user