historical/toontown-just-works.git/otp/distributed/PotentialShard.py
2024-01-16 11:20:27 -06:00

8 lines
176 B
Python

class PotentialShard:
def __init__(self, id):
self.id = id
self.name = None
self.population = 0
self.active = 1
self.available = 1