added config example
This commit is contained in:
parent
b3b67c8c32
commit
073f66402c
@ -2,4 +2,8 @@ public class Config {
|
|||||||
/*Class that contains all configurable variables for quick'n'easy balance changes
|
/*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
|
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!*/
|
file. Call on it using Config.<yourclass>.<yourvariable> and voila!*/
|
||||||
|
|
||||||
|
public class dropRates {
|
||||||
|
public static final double dropRate = 1;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user