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