Add FrameworkPluginScoped (#1442)

Co-authored-by: KazWolfe <KazWolfe@users.noreply.github.com>
This commit is contained in:
MidoriKami 2023-10-21 18:06:02 -07:00 committed by GitHub
parent dbe0f903c0
commit e12ec0ceff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 88 additions and 19 deletions

View file

@ -1,9 +1,6 @@
using System;
using System.Threading;
using System.Threading;
using System.Threading.Tasks;
using Dalamud.Game;
namespace Dalamud.Plugin.Services;
/// <summary>