Beispiel #1
0
 //Awake Event - when the DLL is loaded
 public void Awake()
 {
     if (Instance != null)
         return;
     Instance = this;
     Textures.LoadIconAssets();
     DontDestroyOnLoad(this);
     Utilities.Log("DeepFreeze LoadGlobals Awake Complete");
 }
Beispiel #2
0
 //Awake Event - when the DLL is loaded
 public void Awake()
 {
     if (Instance != null)
     {
         return;
     }
     Instance = this;
     Textures.LoadIconAssets();
     DontDestroyOnLoad(this);
     //Utilities.Log("DeepFreeze LoadGlobals Awake Complete");
 }