hch
2025-09-09 dab1e98a559eae176102b267a5fc923219dc34ed
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}