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