コード例 #1
0
ファイル: Player.cs プロジェクト: chrome99/My-First-Xna-Game
 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);
 }