hch
2025-06-04 82aaad03e95afe30c43c7a6bce0aa1ac0a6a42d7
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}