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