Example #1
0
    private void Awake()
    {
        if (Instance == null && Instance != this)
        {
            Instance = this;
        }

        round_Manager = _round_Manager;
    }
Example #2
0
 public Phase()
 {
     currentPlayer = roundManager.getCurrentPlayer();
     lobby_Manager = lobbyManager.Instance;
     round_Manager = lobby_Manager._round_Manager;
 }
Example #3
0
 public Phase()
 {
     currentPlayer = roundManager.getCurrentPlayer();
     lobby_Manager = lobbyManager.Instance;
     round_Manager = lobby_Manager._round_Manager;
 }
    private void Awake()
    {
        if (Instance == null && Instance != this)
            Instance = this;

        round_Manager = _round_Manager;
    }