Configadd #82

Closed
yakyakyakyak wants to merge 4 commits from Configadd into master
3 changed files with 5 additions and 0 deletions
Showing only changes of commit b3b67c8c32 - Show all commits

View File

@@ -0,0 +1,5 @@
public class Config {
/*Class that contains all configurable variables for quick'n'easy balance changes
YTG1234 commented 2021-02-07 10:47:46 +00:00 (Migrated from github.com)
Review

Please word more carefully and format the comment to either use // or have /* and */ on a separate line.

Please word more carefully and format the comment to either use `//` or have `/*` and `*/` on a separate line.
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!*/
}