Added: SkipUpper and Lower -> TUI,NETWORK
This commit is contained in:
@@ -80,6 +80,13 @@ public class ClientController {
|
||||
client.doEvent(new DrawLowerBuildingCard(playerUsername,pos));
|
||||
}
|
||||
|
||||
public void skipUpper(String playerUsername) {
|
||||
client.doEvent(new SkipUpper(playerUsername));
|
||||
}
|
||||
|
||||
public void skipLower(String playerUsername) { client.doEvent(new SkipLower(playerUsername));}
|
||||
|
||||
|
||||
/**
|
||||
* Attempts to pick an optional tribe card for the specified player from the specified position.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user