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