private void Awake() { m_conexionManeger = GameObject.FindObjectOfType <ConexionDBManager>(); }
void Awake() { PhotonNetwork.AutomaticallySyncScene = true; m_conexionManeger = GameObject.FindObjectOfType <ConexionDBManager>(); }