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