Remove unnecessary stuff from ObjectTable (#1713)

* Remove unnecessary stuff from ObjectTable

* Remove unused

* fix
This commit is contained in:
srkizer 2024-03-15 06:37:52 +09:00 committed by GitHub
parent 0d7a036ff1
commit 710fff118d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 77 additions and 67 deletions

View file

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