yyl
2025-10-20 5f708742f9e78a7bc44d9fd5b7139c70c6c23ed6
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}