summaryrefslogtreecommitdiff
path: root/swiftstory/Client.py
diff options
context:
space:
mode:
Diffstat (limited to 'swiftstory/Client.py')
-rw-r--r--swiftstory/Client.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/swiftstory/Client.py b/swiftstory/Client.py
index e7c0464..bc347f9 100644
--- a/swiftstory/Client.py
+++ b/swiftstory/Client.py
@@ -27,12 +27,6 @@ class Client:
return await game.try_join(self)
- def set_game(self, game):
- self.game = game
-
- def set_player(self, player):
- self.player = player
-
async def play_white_card(self, card_id):
if self.game is None:
return error('You have to join a game first')