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