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