This commit is contained in:
Putoo
2026-07-09 22:46:28 +08:00
parent 010ca90575
commit cfe6612a7a
33 changed files with 1355 additions and 39 deletions

View File

@@ -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