From fab79061ea406eeb5332fd16feeb8d2167d37fc8 Mon Sep 17 00:00:00 2001 From: steev Date: Sat, 6 Jan 2024 18:04:23 +0100 Subject: [PATCH] test commit testing communication between discord and git server --- Game_Client/Classes/Game/Events/PlaceCard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Game_Client/Classes/Game/Events/PlaceCard.py b/Game_Client/Classes/Game/Events/PlaceCard.py index 0311256..a947383 100644 --- a/Game_Client/Classes/Game/Events/PlaceCard.py +++ b/Game_Client/Classes/Game/Events/PlaceCard.py @@ -22,7 +22,7 @@ def PlaceMonsterCard(networkManager: NetworkManager, card:MonsterCard): # the event the client sends to the server when it places a card def PlaceSpellCard(networkManager: NetworkManager, card:SpellCard): - # todo: send card information to the server + # todo: send card information to the server. # todo: required info is: # - position # - field type (used for validating what field the card is played in will be compared on server side)