hch
2025-12-21 ee7f8b5362d27b228274c197dba97b17cb6bda57
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}