yyl
2025-12-31 4767ab31dc630e00a87c2467add7cac9a3ae848f
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}