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