yyl
2025-08-04 41f2e6da67fb92e18e9d054276de78718c64c5f4
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}