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