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