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