lcy
2026-03-16 2b60f3b22b916327f678388c8d5832d2bdabb49d
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}