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