lcy
2026-02-06 4b169e9286cc62c2dff0b2cb2bc21e49c2b52596
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}