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