lcy
昨天 f1e5df1fc8eadd0eb27e0a6870501fa25a42b5a1
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}