Ejemplo n.º 1
0
 public void SetDotState(Flower.DotState ds, int x, int y)
 {
     activity.SetDotState(ds, x, y);
     if (ds == Flower.DotState.Computer)
     {
         graph.SetComputerFlower(graph.GetFlowerByBoardCordinate(x, y));
     }
     graph.SetDotState(ds, x, y);
 }
Ejemplo n.º 2
0
 public void SetDotState(Flower.DotState ds, int x, int y)
 {
     this.board[x, y].SetCapsuleState(ds);
 }