refactor: clean up some warnings

This commit is contained in:
goat 2020-08-14 02:34:03 +02:00
parent 638dacbbf4
commit b7e36fb2e6
8 changed files with 147 additions and 2 deletions

View file

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