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