12121
This commit is contained in:
@@ -65,7 +65,11 @@ public interface IGameMapService
|
||||
|
||||
#region 地图资源
|
||||
|
||||
Task<game_city_map_res> GetMapResInfo(string resId);
|
||||
Task<List<game_city_map_res>> GetMapRes(string mapId);
|
||||
|
||||
Task<List<MapResModel>> GetMapResData(string mapId, int area);
|
||||
Task<long> GetMapResLockTime(string resId, int area);
|
||||
Task SetMapResLockTime(string resId, int area, int lockTime);
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user