Renamed folders

Created Config class
This commit is contained in:
yakyakyakyak 2021-02-07 21:44:44 +11:00
parent 9f9c995e72
commit b3b67c8c32
3 changed files with 5 additions and 0 deletions

View File

@ -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!*/
}