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