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