hch
2026-05-15 7924508d7da2e9ed7d086eeaa447dcc1e9f15919
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}