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