예제 #1
0
 public void shootCow(IBoard board, int target)
 {
     board.AdjustBoard_Shoot(target);
     Console.WriteLine("Enemy Player's Cow was Shot");
 }