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