hch
2025-08-22 b0b73f2c1c15caa06bcb374ec345a3cdc45f9915
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}