This website works better with JavaScript.
Home
Explore
Help
Sign In
DaNike
/
BeatSaber-IPA-Reloaded
mirror of
https://github.com/bsmg/BeatSaber-IPA-Reloaded.git
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
78
Wiki
Activity
Browse Source
Moved an import to better support configuration schema generation
pull/46/head
Anairkoen Schno
5 years ago
parent
9b58fb0cdc
commit
5c993a9bb2
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
{
Write
Preview
Loading…
Cancel
Save