hch
2025-08-31 108997fd934885b21c7cc7af3fcde171d5c3cca9
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}