Exemplo n.º 1
0
 static void Ether(Player target)
 {
     RandomDie x = new RandomDie();
     // Instance counters
     // target.setDamage();
 }
Exemplo n.º 2
0
 public CombatEngine()
 {
     _d = new RandomDie();
 }