mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-28 19:39:19 +01:00
refactor: clean up some warnings
This commit is contained in:
parent
638dacbbf4
commit
b7e36fb2e6
8 changed files with 147 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ using Serilog;
|
|||
namespace Dalamud.Plugin
|
||||
{
|
||||
internal class PluginManager {
|
||||
public const int DALAMUD_API_LEVEL = 1;
|
||||
public static int DALAMUD_API_LEVEL = 1;
|
||||
|
||||
private readonly Dalamud dalamud;
|
||||
private readonly string pluginDirectory;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue