yyl
2026-04-22 d6bbb010e7d314c20d39de24fbbd7fe49b79bc67
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}