Example #1
0
 private void Start()
 {
     _ticTacToe = TicTacToe.Instance;
     _uiManager = UIManager.Instance;
 }