Example #1
0
 bool IsInRangeOfBoard(Vector2 v2)
 {
     return(_othello.IsInRangeOfBoard(v2));
 }