少年修仙传客户端代码仓库
client_Hale
2018-10-29 0e58a81349c01afe2c74a587d2c7d63e7705feb5
1
2
3
4
5
6
using UnityEngine;
 
public class DebugItem : MonoBehaviour
{
    public GameObject target;
}