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