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