コード例 #1
0
 public bool Move()
 {
     return(_boardMoveService.MakeMove(_color, _currentRollResult));
 }