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