예제 #1
0
	public void Destroy()
	{
		if(shellObj.childCount > 0)
		{
			CObjectsPool.Instance.Destroy(shellObj.GetChild(0), ObjectType.Effect);
		}
		particleItem.Destroy();
	}