remove old config class

This commit is contained in:
Bastian Schroll 2019-02-27 12:41:29 +01:00
parent e2ca436e5d
commit a879f27407
7 changed files with 16 additions and 202 deletions

View file

@ -1,4 +0,0 @@
[Example]
String = Hello World!
bool = 1
integer = 12

View file

@ -0,0 +1,4 @@
example:
string: Hello World!
bool: true
integer: 12