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