예제 #1
0
 /// <summary>
 /// Add border points in Border class
 /// </summary>
 /// <param name="points">The points</param>
 public virtual void AddBorderToGame(int[,] points, float[,] winLinePoints, Cell.CellOcc winType) {
     Border.AddBorderPoints(points, winLinePoints, winType);
 }