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