Update TODOs

This commit is contained in:
Juhani Krekelä 2019-05-06 19:41:05 +03:00
parent 9bdc8fdf8c
commit 59bcafe1f7
1 changed files with 0 additions and 1 deletions

View File

@ -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)