少年修仙传客户端代码仓库
client_Hale
2018-11-14 d2a75acaf34a8e1c84d2e12414f4f7fe95feafa2
1
2
3
4
5
6
using UnityEngine;
 
public class MapEventView : MonoBehaviour
{
    public SoMap.E_EventType evenType;
}