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