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