hch
2025-10-24 863ed90b40671e61eee50c0ffe14630560f63c27
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}