yyl
2025-09-01 ee032c35c49d47daba2dee1580b3abbe59d59bd8
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}