Beispiel #1
0
 void OnDisable()
 {
     if (instance == this)
     {
         instance = null;
     }
 }
Beispiel #2
0
		void OnDisable ()
		{
			if (instance == this)
			{
				instance = null;
			}
		}