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