예제 #1
0
파일: Node.cs 프로젝트: naurmar/Tic_Tac_Toe
 public void SetValue(Sign sign)
 {
     Value = Board.Evaluate(sign);
 }