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