コード例 #1
0
 protected void Destroy()
 {
     gameObject.SetActive(false);
     if (patMgr != null)
     {
         patMgr.Finish();
     }
 }