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