少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-20 d5630edd798fcd3caefa480334d32cd4f969f088
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}