lcy
2026-01-23 7e3f0aad03c3be0341ec396dd66ef98b31f14e39
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}