lcy
2025-12-30 b2247a4904cadf87f5a438d86dccf8d7424a59f2
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}