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