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