Finished Parser winpoints min 3 set.
This commit is contained in:
parent
4aa4dcde3b
commit
3661498216
|
@ -134,6 +134,7 @@ public class Parser {
|
||||||
* @param give if true ask for resource to give if false for resource to receive
|
* @param give if true ask for resource to give if false for resource to receive
|
||||||
* @return Config.Resource the resource the player would like to give or receive
|
* @return Config.Resource the resource the player would like to give or receive
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public Config.Resource trade(boolean give) {
|
public Config.Resource trade(boolean give) {
|
||||||
String output = "give";
|
String output = "give";
|
||||||
if (!give) {
|
if (!give) {
|
||||||
|
|
Loading…
Reference in New Issue