示例#1
0
	public void ResetParcel(Parcel parcel){
		PlantPrefab thisPlant = parcel.GetComponentInChildren<PlantPrefab>();
		if(thisPlant != null){
			Destroy(thisPlant.gameObject);
		}
	}