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
TODO: get ConfigProvider dynamic fields to allow easy adding of fields
pull/46/head
Anairkoen Schno
6 years ago
parent
98cc194462
commit
2577e49a7c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
IPA.Loader/Config/ConfigProviders/JsonConfigProvider.cs
+ 1
- 0
IPA.Loader/Config/ConfigProviders/JsonConfigProvider.cs
View File
@ -14,6 +14,7 @@ namespace IPA.Config.ConfigProviders
{
private
JObject
jsonObj
;
// TODO: create a wrapper that allows empty object creation
public
dynamic
Dynamic
=
>
jsonObj
;
public
bool
HasChanged
{
get
;
private
set
;
}
=
false
;
Write
Preview
Loading…
Cancel
Save