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