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