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