mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
This closes feature request 0000020. Attention, this breaks protocol compatibility.
This commit is contained in:
parent
cfd715cce9
commit
41c4603fe9
12 changed files with 87 additions and 13 deletions
|
|
@ -147,9 +147,10 @@ Command_SetCardAttr::Command_SetCardAttr(int _gameId, const QString &_zone, int
|
|||
insertItem(new SerializableItem_String("attr_name", _attrName));
|
||||
insertItem(new SerializableItem_String("attr_value", _attrValue));
|
||||
}
|
||||
Command_ReadyStart::Command_ReadyStart(int _gameId)
|
||||
Command_ReadyStart::Command_ReadyStart(int _gameId, bool _ready)
|
||||
: GameCommand("ready_start", _gameId)
|
||||
{
|
||||
insertItem(new SerializableItem_Bool("ready", _ready));
|
||||
}
|
||||
Command_Concede::Command_Concede(int _gameId)
|
||||
: GameCommand("concede", _gameId)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue