yyl
2025-12-04 1833df8b8c89d6284fc7c83de2b1620471f3ad06
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}