Api update (#73)

* Use NuGet.

* Update API usage.
This commit is contained in:
Ottermandias
2024-05-20 11:40:33 +02:00
committed by GitHub
parent 694a88931a
commit 536f29aa43
6 changed files with 101 additions and 96 deletions

View File

@@ -37,7 +37,7 @@ public sealed class PairHandler : DisposableMediatorSubscriberBase
private CancellationTokenSource? _downloadCancellationTokenSource = new();
private bool _forceApplyMods = false;
private bool _isVisible;
private string _penumbraCollection;
private Guid _penumbraCollection;
private bool _redrawOnNextApplication = false;
private CombatData? _dataReceivedInDowntime;
public long LastAppliedDataSize { get; private set; }