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