Renamed folders

Created Config class
pull/82/head
yakyakyakyak 3 years ago
parent 9f9c995e72
commit b3b67c8c32

@ -0,0 +1,5 @@
public class Config {
/*Class that contains all configurable variables for quick'n'easy balance changes
To use, simply create a class in here, give it some variables, import it into your
file. Call on it using Config.<yourclass>.<yourvariable> and voila!*/
}
Loading…
Cancel
Save