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