Exemplo n.º 1
0
 protected override void OnPrefabInit()
 {
     base.OnPrefabInit();
     Instance = this;
 }
Exemplo n.º 2
0
 public static void DestroyInstance()
 {
     Instance = null;
 }