Esempio n. 1
0
 public theGame()
 {
     InitializeComponent();
     myHero.setLoc_x(0);
     myHero.setLoc_y(0);
     myHero.setMessageBox(this.SystemMsg);
     AddItemAction.setMessageBox(this.SystemMsg);
     AddMobAction.setMessageBox(this.SystemMsg);
     HeroAttackAction.setMessageBox(this.SystemMsg);
 }