Ejemplo n.º 1
0
 protected override void OnFinished()
 {
     // This is executed by the Unity main thread when the job is finished
     Debug.Log(moveStrategy.getMessage());
     BoardManager.Instance.ThreadMove(bestMove);
 }