少年修仙传客户端代码仓库
client_Zxw
2018-11-10 275d39b788496566bed3ffce93e748e5370a4ec8
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}