コード例 #1
0
 static public void Unspawn(Transform obj, float duration)
 {
     opm.StartCoroutine(opm.UnspawnTimed(obj, duration));
 }