|
@@ -3,7 +3,7 @@
|
|
|
// 由CodeGenerator创建。
|
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
|
// author: gwang
|
|
|
- // 日期: 2024-07-22 15:27:06
|
|
|
+ // 日期: 2024-07-23 14:34:07
|
|
|
////////////////////
|
|
|
|
|
|
/**
|
|
@@ -749,6 +749,22 @@ class GameConfig {
|
|
|
return self::get_hash_item('token_publicgift', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
+ * 游戏功能解锁信息
|
|
|
+ * @return \fun_unlock
|
|
|
+ */
|
|
|
+ public static function fun_unlock()
|
|
|
+ {
|
|
|
+ static $a = null;
|
|
|
+ return self::initValue($a, 'fun_unlock');
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @return \sm_fun_unlock fun_unlock item数据
|
|
|
+ */
|
|
|
+ public static function fun_unlock_getItem($itemid)
|
|
|
+ {
|
|
|
+ return self::get_hash_item('fun_unlock', $itemid);
|
|
|
+ }
|
|
|
+ /**
|
|
|
* 当前版本(时间戳)
|
|
|
* @return \ver
|
|
|
*/
|