mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
chat event
This commit is contained in:
parent
e1fc3ddb88
commit
d329376e93
7 changed files with 94 additions and 73 deletions
|
|
@ -50,7 +50,7 @@ void Widget::startClicked()
|
|||
ProtocolResponse *test4 = new ProtocolResponse(123, ProtocolResponse::RespContextError);
|
||||
test4->write(xmlWriter);
|
||||
|
||||
GameEvent *test5 = new Event_RollDie(1234, true, 1, 20, 13);
|
||||
GameEvent *test5 = new Event_RollDie(1234, 1, 20, 13);
|
||||
test5->write(xmlWriter);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue