hch
2025-11-04 0fcd4e99286827bdb32e68e98ebe83377b50a4a9
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}