2021-04-07 13:26:59 +02:00
|
|
|
package ley.modding.dartcraft;
|
|
|
|
|
|
|
|
public class Config {
|
|
|
|
|
|
|
|
public static boolean hardHeat;
|
|
|
|
public static boolean hardSturdy;
|
|
|
|
public static boolean easyWing;
|
|
|
|
public static boolean timeUpgradeRod;
|
|
|
|
public static boolean timeUpgradeSword;
|
|
|
|
public static boolean timeUpgradeTorch;
|
|
|
|
public static boolean insaneImpervious;
|
|
|
|
|
|
|
|
public static int speedLevel;
|
|
|
|
public static int damageLevel;
|
|
|
|
public static int sturdyLevel;
|
|
|
|
|
2021-04-07 15:37:47 +02:00
|
|
|
public static float gemValue;
|
2021-04-07 13:26:59 +02:00
|
|
|
}
|