mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-13 12:14:16 +01:00
rename delta in DPI
This commit is contained in:
parent
d7b2d92552
commit
f4cb935e41
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ namespace Dalamud.Plugin
|
|||
/// <summary>
|
||||
/// Gets the timespan delta from when this plugin was loaded.
|
||||
/// </summary>
|
||||
public TimeSpan DeltaLoadTime => DateTime.Now - this.LoadTime;
|
||||
public TimeSpan LoadTimeDelta => DateTime.Now - this.LoadTime;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the directory Dalamud assets are stored in.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue