hch
2026-01-06 10ee3cd494d466a7330d07bfaf2a7496e87d13d4
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}