Example #1
0
    void Awake()
    {
        instance = this;
//		# if UNITY_EDITOR
//			bTestiranje = true;
//		#endif
    }
Example #2
0
 void OnDestroy()
 {
     instance = null;
 }