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