|
@ -6,14 +6,10 @@ import java.util.Scanner; |
|
|
|
|
|
|
|
|
public class Main { |
|
|
public class Main { |
|
|
|
|
|
|
|
|
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(); |
|
|
new Boot(); |
|
|
} |
|
|
} |
|
|
public static int getLucky() { |
|
|
|
|
|
return 7; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |