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