@@ -3,4 +3,8 @@ from dice import Dice
class Game(Serializable):
def __init__(self, seed:int=42):
pass
self.players = []
self.npcs = []
self.items = []
The note is not visible to the blocked user.