yyl
2025-08-05 2917e8a4eae31c1a1bc4419a9b6f23be7e4fda3e
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}