少年修仙传客户端代码仓库
client_linchunjie
2019-01-18 bbc2a85578a3b3d834fb9f5d0d214d12f40fe902
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}