From 59bcafe1f73bc6342169f27a4db5239e1016d744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Mon, 6 May 2019 19:41:05 +0300 Subject: [PATCH] Update TODOs --- gameloop.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gameloop.py b/gameloop.py index 335ecfb..5d466bc 100644 --- a/gameloop.py +++ b/gameloop.py @@ -5,7 +5,6 @@ from collections import namedtuple import cardcast_api # TODO: rando -# TODO: keep track of where cards come from purge from hand when deck remove class events(enum.Enum): quit, nick_change, status, start, ready, unready, kill, join, leave, players, deck_add, deck_add_random, deck_remove, deck_list, limit, card, cards, origins = range(18)