コード例 #1
0
 public void PlaceBack()
 {
     gameObject.SetActive(false);
     poolManagerScript.AddEnemies(this.gameObject);
 }