예제 #1
0
 public override void Edit(GoGame game, byte x, byte y)
 {
     game.AddStone(new Stone(x, y, black));
 }