예제 #1
0
def start():
    Rooms.entrance().start()
    while True:
        room = Rooms.rand()
        room.start()
        Player.rooms += 1