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