hch
6 天以前 f4ff414c7458c440c5ad359986984e200e8ebb44
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}