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)