added clientside placecard event

This commit is contained in:
2024-01-14 18:42:56 +01:00
parent 677552a617
commit ae49b1cec7
3162 changed files with 77 additions and 446348 deletions

View File

@ -13,7 +13,8 @@ def PlaceCard(tcpClient, card):
"event":"placecard",
"card": card.getID(),
"type": card.getType(),
"pos": card.getPos(),
"x": card.getPos().x,
"y": card.getPos().y,
}
tcpClient.send(payload)