示例#1
0
 public override void Edit(GoGame game, byte x, byte y)
 {
     game.RemoveStone(new Stone(x, y, true));
 }