Example #1
0
 private void Awake()
 {
     m_conexionManeger = GameObject.FindObjectOfType <ConexionDBManager>();
 }
Example #2
0
 void Awake()
 {
     PhotonNetwork.AutomaticallySyncScene = true;
     m_conexionManeger = GameObject.FindObjectOfType <ConexionDBManager>();
 }