少年修仙传客户端代码仓库
client_Zxw
2019-01-28 ae044ded41371ce2b90938509f09c8bd1309112c
1
2
3
4
5
6
using UnityEngine;
 
public class MapEventView : MonoBehaviour
{
    public SoMap.E_EventType evenType;
}