added config example

pull/82/head
yakyakyakyak 3 years ago
parent b3b67c8c32
commit 073f66402c

@ -2,4 +2,8 @@ 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!*/
public class dropRates {
public static final double dropRate = 1;
}
}
Loading…
Cancel
Save