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