12121
This commit is contained in:
@@ -12,6 +12,7 @@ public interface IGameMapService
|
||||
Task<game_city_map> GetMapInfo(string mapId);
|
||||
Task<int> GetMapCityByMapId(string mapId);
|
||||
Task<List<game_city_npc>> GetMapNpc(string mapId);
|
||||
Task<List<GameNpcModel>> GetMapNpcModel(string userId, string mapId, int areaId);
|
||||
Task<game_city_npc> GetNpcInfo(int npcId);
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user