mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
phases
This commit is contained in:
parent
cb90463530
commit
1d400e195d
15 changed files with 507 additions and 204 deletions
|
|
@ -340,9 +340,9 @@ PendingCommand *Client::delCounter(const QString &counter)
|
|||
return cmd(QString("del_counter|%1").arg(counter));
|
||||
}
|
||||
|
||||
PendingCommand *Client::setActivePlayer(int player)
|
||||
PendingCommand *Client::nextTurn()
|
||||
{
|
||||
return cmd(QString("set_active_player|%1").arg(player));
|
||||
return cmd(QString("next_turn"));
|
||||
}
|
||||
|
||||
PendingCommand *Client::setActivePhase(int phase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue