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