There is little point in making card IDs unique by game and not globally, because it requires a large amount of state tracking on the server that is otherwise unnecessary. IDs don't even necessarily have to be integers, a string ID like expansion4-23 could also be imaginable.
There is little point in making card IDs unique by game and not globally, because it requires a large amount of state tracking on the server that is otherwise unnecessary. IDs don't even necessarily have to be integers, a string ID like
expansion4-23
could also be imaginable.