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