def __init__(self, actionHandler, battleQuery):
     self.currentPlayers = {}
     self.modLoader = ModLoader(actionHandler, battleQuery)