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