Browse Source

Moved an import to better support configuration schema generation

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
5c993a9bb2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      IPA.Loader/Config/SelfConfig.cs

+ 1
- 1
IPA.Loader/Config/SelfConfig.cs View File

@ -2,9 +2,9 @@
using IPA.Logging;
using IPA.Utilities;
using IPA.Config.Stores;
using IPA.Config.Stores.Attributes;
// END: section ignore
using Newtonsoft.Json;
using IPA.Config.Stores.Attributes;
namespace IPA.Config
{


Loading…
Cancel
Save