yyl
2026-01-05 8e3796e9d7bd67886cd73c67e845c43192bd8d8d
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}