Exemple #1
0
 private void computerOperation(Soldier i_CurrentSoldier, ref Point io_DestinationPoint, Point i_SourcePoint)
 {
     if (m_EndGame == false)
     {
         m_Engine.ComputerOperation(r_Players[m_Turn], m_PlayerSolderStillAbleToCapture, ref i_CurrentSoldier, ref io_DestinationPoint, i_SourcePoint);
     }
 }