1
This commit is contained in:
@@ -56,8 +56,7 @@ public class PlayJiaGuAnimator : MonoBehaviour
|
||||
{
|
||||
for (int i = 0; i < childAnimator.Count; i++)
|
||||
{
|
||||
Destroy(childAnimator[i]);
|
||||
childAnimator[i] = null;
|
||||
childAnimator[i].transform.localScale = Vector3.zero;
|
||||
}
|
||||
}
|
||||
private void OnTriggerEnter(Collider other)
|
||||
|
||||
Reference in New Issue
Block a user