mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-29 20:03:41 +01:00
Separate progress and expiry animations
This commit is contained in:
parent
f434946137
commit
e96089f8b2
6 changed files with 122 additions and 39 deletions
|
|
@ -59,6 +59,9 @@ public interface IActiveNotification : INotification
|
|||
/// <inheritdoc cref="INotification.Expiry"/>
|
||||
new DateTime Expiry { get; set; }
|
||||
|
||||
/// <inheritdoc cref="INotification.ShowIndeterminateIfNoExpiry"/>
|
||||
new bool ShowIndeterminateIfNoExpiry { get; set; }
|
||||
|
||||
/// <inheritdoc cref="INotification.Interactable"/>
|
||||
new bool Interactable { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue