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