public void IntializeMapParamters(Map map) { this.map = map; menu = new Menu(map, this); msg = new Message(map, this); switchSkillDisplay = new SwitchSkillDisplay(map, this); chooseSkill = new ChooseSkill(this); commandLine = new CommandLine(this); }