Esempio n. 1
0
        bool auto       = true; //this will keep track of if it is auto battle or not

        public BattleController()
        {
            CurrMonsters = MonstersListViewModel.Instance; //Monsters team for the Battle
            team         = TeamViewModel.Instance;         //Characters Team for the Battle
        }
 //string Text = null;
 public BattleController()
 {
     CurrMonsters = MonstersListViewModel.Instance;
     team         = TeamViewModel.Instance;
 }