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