Ejemplo n.º 1
0
 static void InitializeOnLoad()
 {
     _instance = Instance;
 }
Ejemplo n.º 2
0
 void OnDestory()
 {
     _instance = null;
 }