|
@@ -3,7 +3,7 @@
|
|
|
// 由CodeGenerator创建。
|
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
|
// author: gwang
|
|
|
- // 日期: 2024-05-14 10:31:17
|
|
|
+ // 日期: 2024-05-22 09:31:15
|
|
|
////////////////////
|
|
|
namespace loyalsoft;
|
|
|
/**
|
|
@@ -285,7 +285,7 @@ class GameConfig {
|
|
|
return self::get_hash_item('shop_daily', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
- * 钻石
|
|
|
+ * 钻石商店
|
|
|
* @return \shop_cash
|
|
|
*/
|
|
|
public static function shop_cash()
|
|
@@ -301,7 +301,7 @@ class GameConfig {
|
|
|
return self::get_hash_item('shop_cash', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
- * 金币
|
|
|
+ * 金币商店
|
|
|
* @return \shop_gold
|
|
|
*/
|
|
|
public static function shop_gold()
|
|
@@ -317,7 +317,7 @@ class GameConfig {
|
|
|
return self::get_hash_item('shop_gold', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
- *
|
|
|
+ * 商城供给表-应该是废弃了
|
|
|
* @return \shop_supply
|
|
|
*/
|
|
|
public static function shop_supply()
|
|
@@ -589,22 +589,6 @@ class GameConfig {
|
|
|
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
|
|
|
*/
|