Configadd #82
5
src/main/java/net/refsonyak/endgameaddons/Config.java
Normal file
5
src/main/java/net/refsonyak/endgameaddons/Config.java
Normal 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!*/
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user
Please word more carefully and format the comment to either use
//or have/*and*/on a separate line.