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