Exemplo n.º 1
0
 public FightInfo()
 {
     AdventureController.Instance.Hero.Statistics.Fights++;
     Round = 1;
     Phase = 0;
     DicesInfo = new DiceRollingInfo();
 }
Exemplo n.º 2
0
 public FightInfo()
 {
     Round = 0;
     Phase = 0;
     DicesInfo = new DiceRollingInfo();
 }