Exemplo n.º 1
0
 private void ActionPhase()
 {
     while (_scope.Actions > 0)
     {
         _player.BeginActionPhase(new ActionPhase(_scope, _player.Hand.Actions()));
     }
 }