示例#1
0
 public override bool CanHandle(Board board, char mark)
 {
     return board.IsCenterEmpty();
 }