hch
2025-11-18 b5cdc4acce06b4e9d21b4cc56e99591fe0381564
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}