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