Poodletooth-iLand/otp/distributed/PotentialShard.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

12 lines
234 B
Python
Executable file

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