少年修仙传客户端代码仓库
client_Hale
2019-05-22 8c81100c8ff5d2e90dabcafbec59a5d45f9841c8
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}