test commit testing communication between discord and git server

This commit is contained in:
steev 2024-01-06 18:04:23 +01:00
parent 7315c68eb3
commit fab79061ea

View File

@ -22,7 +22,7 @@ def PlaceMonsterCard(networkManager: NetworkManager, card:MonsterCard):
# the event the client sends to the server when it places a card # the event the client sends to the server when it places a card
def PlaceSpellCard(networkManager: NetworkManager, card:SpellCard): def PlaceSpellCard(networkManager: NetworkManager, card:SpellCard):
# todo: send card information to the server # todo: send card information to the server.
# todo: required info is: # todo: required info is:
# - position # - position
# - field type (used for validating what field the card is played in will be compared on server side) # - field type (used for validating what field the card is played in will be compared on server side)