Finished Parser winpoints min 3 set.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user