|
@@ -3,11 +3,9 @@
|
|
// 由CodeGenerator创建。
|
|
// 由CodeGenerator创建。
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
// author: gwang
|
|
// author: gwang
|
|
- // 日期: 2024-05-11 16:15:33
|
|
|
|
|
|
+ // 日期: 2024-05-14 10:31:17
|
|
////////////////////
|
|
////////////////////
|
|
-
|
|
|
|
namespace loyalsoft;
|
|
namespace loyalsoft;
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 常量配置数据
|
|
* 常量配置数据
|
|
*/
|
|
*/
|
|
@@ -591,6 +589,22 @@ class GameConfig {
|
|
return self::get_hash_item('announcement', $itemid);
|
|
return self::get_hash_item('announcement', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
|
|
+ * 战斗: 挑战关卡
|
|
|
|
+ * @return \tower_gate
|
|
|
|
+ */
|
|
|
|
+ public static function tower_gate()
|
|
|
|
+ {
|
|
|
|
+ static $a = null;
|
|
|
|
+ return self::initValue($a, 'tower_gate');
|
|
|
|
+ }
|
|
|
|
+ /**
|
|
|
|
+ * @return \sm_tower_gate tower_gate item数据
|
|
|
|
+ */
|
|
|
|
+ public static function tower_gate_getItem($itemid)
|
|
|
|
+ {
|
|
|
|
+ return self::get_hash_item('tower_gate', $itemid);
|
|
|
|
+ }
|
|
|
|
+ /**
|
|
* 当前版本(时间戳)
|
|
* 当前版本(时间戳)
|
|
* @return \ver
|
|
* @return \ver
|
|
*/
|
|
*/
|