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