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