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