lcy
2025-12-11 66f13124ff3139c4fd58e7b75bd3d8578dfb938c
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}