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