def __init__(self, team_id, engine, log_collection): TeamState.__init__(self, team_id, engine, log_collection) self.events = [] self.checker = TestChecker(self, engine) self.core = unlock_core.HuntTeamState() self.team_ctx = self.core.team_ctx_proxy self.round_ctx = self.core.round_ctx_proxy
def __init__(self, team_id, engine, log_collection): TeamState.__init__(self, team_id, engine, log_collection) self.events = [] self.checker = Hunt2013AnswerChecker(self, engine) self.core = unlock_core.HuntTeamState() self.fullname = '' self.default_callback = '' self.earned_options = 0 self.timed_options = 0