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