Example #1
0
 protected void Awake()
 {
     UIController = FindObjectOfType <V_UIController>();
 }
Example #2
0
 public void Awake()
 {
     UIController    = FindObjectOfType <V_UIController>();
     LobbyController = FindObjectOfType <V_CustomLobbyManager>();
 }