def __init__(self, t): ObjMgr.setDrawMap(MapDrawBattileShip())
def __init__(self, t): ObjMgr.setDrawMap(MapDrawEnemyBase())
def __init__(self, t): ObjMgr.setDrawMap(MapDrawLabirinth())
def __init__(self, t): ObjMgr.setDrawMap(MapDrawLast())
def __init__(self, t): ObjMgr.setDrawMap(MapDrawFire())
def __init__(self, t): ObjMgr.setDrawMap(MapDrawFactory())
def __init__(self, t): ObjMgr.setDrawMap(t[2]())