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