Beispiel #1
0
 protected override void OnPrefabInit()
 {
     Instance = this;
 }
Beispiel #2
0
 public static void DestroyInstance()
 {
     Instance = null;
 }