mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-02 05:43:40 +01:00
Remove unnecessary stuff from ObjectTable (#1713)
* Remove unnecessary stuff from ObjectTable * Remove unused * fix
This commit is contained in:
parent
0d7a036ff1
commit
710fff118d
3 changed files with 77 additions and 67 deletions
|
|
@ -498,6 +498,9 @@ internal class FrameworkPluginScoped : IDisposable, IServiceType, IFramework
|
|||
/// <inheritdoc/>
|
||||
public DateTime LastUpdateUTC => this.frameworkService.LastUpdateUTC;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public TaskFactory FrameworkThreadTaskFactory => this.frameworkService.FrameworkThreadTaskFactory;
|
||||
|
||||
/// <inheritdoc/>
|
||||
public TimeSpan UpdateDelta => this.frameworkService.UpdateDelta;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue