This commit is contained in:
goat 2021-09-09 01:33:20 +02:00
commit f4f86d3030
No known key found for this signature in database
GPG key ID: 7773BB5B43BA52E5
10 changed files with 308 additions and 60 deletions

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.