yyl
2026-01-29 1c9848742e784cacea6da3f1bb1d53cf5b954067
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}