Exemplo n.º 1
0
 public void AssignGM(GM_ServiceLocator newGm) => gm = newGm;
Exemplo n.º 2
0
 public void AssignGM(GM_ServiceLocator serviceLocator)
 {
     gm = serviceLocator;
 }
Exemplo n.º 3
0
        public void AssignGM(GM_ServiceLocator serviceLocator)
        {
            gm = serviceLocator;
            GetTimerDefaultFromResetService();
//            Debug.Log("GM received: " + GetType());
        }
Exemplo n.º 4
0
        public void AssignGM(GM_ServiceLocator serviceLocator)
        {
            gm = serviceLocator;
//            Debug.Log("GM received: " + GetType() + " || gm = " + gm.name);
        }