|
@@ -3,7 +3,7 @@
|
|
// 由CodeGenerator创建。
|
|
// 由CodeGenerator创建。
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
// author: gwang
|
|
// author: gwang
|
|
- // 日期: 2022-04-24 15:45:06
|
|
|
|
|
|
+ // 日期: 2022-04-28 16:36:42
|
|
////////////////////
|
|
////////////////////
|
|
|
|
|
|
/**
|
|
/**
|
|
@@ -1656,22 +1656,6 @@ class GameConfig {
|
|
return self::get_hash_item('shop_limitTs_Type', $key);
|
|
return self::get_hash_item('shop_limitTs_Type', $key);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
- * 场景地图
|
|
|
|
- * @return \map_scene
|
|
|
|
- */
|
|
|
|
- public static function map_scene()
|
|
|
|
- {
|
|
|
|
- static $a = null;
|
|
|
|
- return self::initValue($a, 'map_scene');
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
- * @return \sm_map_scene map_scene item数据
|
|
|
|
- */
|
|
|
|
- public static function map_scene_getItem($itemid)
|
|
|
|
- {
|
|
|
|
- return self::get_hash_item('map_scene', $itemid);
|
|
|
|
- }
|
|
|
|
- /**
|
|
|
|
* 场景出口对应关系
|
|
* 场景出口对应关系
|
|
* @return \map_scene_relation
|
|
* @return \map_scene_relation
|
|
*/
|
|
*/
|