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