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)