|
@@ -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
|
|
- // 日期: 2021-11-09 10:50:24
|
|
|
|
|
|
+ // 日期: 2021-11-11 11:11:07
|
|
////////////////////
|
|
////////////////////
|
|
namespace loyalsoft;
|
|
namespace loyalsoft;
|
|
/**
|
|
/**
|
|
@@ -1560,6 +1560,22 @@ class GameConfig {
|
|
return self::get_hash_item('expandStoreNum', $itemid);
|
|
return self::get_hash_item('expandStoreNum', $itemid);
|
|
}
|
|
}
|
|
/**
|
|
/**
|
|
|
|
+ * 宝石属性
|
|
|
|
+ * @return \gemProperty
|
|
|
|
+ */
|
|
|
|
+ public static function gemProperty()
|
|
|
|
+ {
|
|
|
|
+ static $a = null;
|
|
|
|
+ return self::initValue($a, 'gemProperty');
|
|
|
|
+ }
|
|
|
|
+ /**
|
|
|
|
+ * @return \sm_gemProperty gemProperty item数据
|
|
|
|
+ */
|
|
|
|
+ public static function gemProperty_getItem($itemid)
|
|
|
|
+ {
|
|
|
|
+ return self::get_hash_item('gemProperty', $itemid);
|
|
|
|
+ }
|
|
|
|
+ /**
|
|
* 当前版本(时间戳)
|
|
* 当前版本(时间戳)
|
|
* @return \ver
|
|
* @return \ver
|
|
*/
|
|
*/
|