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