12121
This commit is contained in:
@@ -5,6 +5,7 @@ public interface IGameMapService
|
||||
#region 城市地图数据
|
||||
|
||||
Task<game_city> GetCityInfo(int cityId);
|
||||
Task<game_city> GetCityInfoByMapId(string mapId);
|
||||
Task<List<game_city>> GetCityData();
|
||||
Task<List<game_city_map>> GetCityMap(int cityId);
|
||||
Task<List<game_city_map>> GetCityShowMap(int cityId);
|
||||
@@ -41,5 +42,15 @@ public interface IGameMapService
|
||||
Task<List<MapLine>> CreateAutoMap(string start, string end);
|
||||
|
||||
|
||||
#endregion
|
||||
|
||||
#region 航海
|
||||
|
||||
Task<unit_user_run> GetUserRun(string userId);
|
||||
Task<bool> StopUserRun(string userId);
|
||||
Task<bool> SaveUserRunInfo(string userId, int areaId, string onMap, string toMap);
|
||||
|
||||
Task<bool> UpdateUserRunInfo(unit_user_run data);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user