yyl
2025-10-23 4d6ffb3f8acce7b230076ed7124b3e3c4aebe4d1
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}