yyl
2026-03-31 0fa617a09eedf6bdb25eda55fac1d3344859fd93
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}