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