lcy
2026-05-08 57d67a1f74f16bb4e536d4651b09fdd7d7758c97
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}