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