yyl
2025-10-15 bf3e63f5f831b732aabcbacd249efca1f31573f7
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}