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