mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
Merge branch 'master' of https://github.com/goatcorp/Dalamud
This commit is contained in:
commit
f4f86d3030
10 changed files with 308 additions and 60 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