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