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