mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
chore: make all services with interfaces internal
This commit is contained in:
parent
ab9b7e1602
commit
5809cf5d7c
40 changed files with 67 additions and 86 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Diagnostics;
|
||||
|
|
@ -6,6 +5,7 @@ using System.Reflection;
|
|||
using System.Threading.Tasks;
|
||||
|
||||
using Dalamud.Game;
|
||||
using Dalamud.Plugin.Services;
|
||||
|
||||
namespace Dalamud.Logging.Internal;
|
||||
|
||||
|
|
@ -141,7 +141,7 @@ internal class TaskTracker : IDisposable, IServiceType
|
|||
return true;
|
||||
}
|
||||
|
||||
private void FrameworkOnUpdate(Framework framework)
|
||||
private void FrameworkOnUpdate(IFramework framework)
|
||||
{
|
||||
UpdateData();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue