|
@ -9,7 +9,8 @@ public class Main { |
|
|
private Scanner s = new Scanner(System.in); |
|
|
private Scanner s = new Scanner(System.in); |
|
|
|
|
|
|
|
|
public static void main(String[] args) { |
|
|
public static void main(String[] args) { |
|
|
JSONObject playerConfig = JsonParser.getJSONObject("playerconfig.json"); |
|
|
|
|
|
|
|
|
//JSONObject playerConfig = JsonParser.getJSONObject("playerconfig.json"); |
|
|
|
|
|
new Boot(); |
|
|
} |
|
|
} |
|
|
public static int getLucky() { |
|
|
public static int getLucky() { |
|
|
return 7; |
|
|
return 7; |
|
|