rename delta in DPI

This commit is contained in:
Raymond 2021-09-07 21:57:08 -04:00
parent d7b2d92552
commit f4cb935e41

View file

@ -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.