Files
XMen/Assets/Scripts/Hudun.cs
2025-07-10 14:49:53 +08:00

13 lines
250 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Hudun : MonoBehaviour
{
// public void SetIsHit()
// {
// transform.parent.GetComponent<Animator>().SetBool("IsHit", false);
// }
}