Example #1
0
 public void Fight()
 {
     _horde.Duel(_alliance);
     _alliance.Duel(_horde);
 }