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
4.0.0-beta
Anairkoen Schno
4 years ago
parent
7e971e7ae1
commit
f2fafb7c26
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