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