yyl
2025-05-26 67c4ca84c9f1517ecc603f4cf9f7859f1802e8fb
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}