|
@@ -3,7 +3,7 @@
|
|
|
// 由CodeGenerator创建。
|
|
|
// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
|
|
|
// author: gwang
|
|
|
- // 日期: 2022-06-23 09:44:37
|
|
|
+ // 日期: 2022-06-24 10:07:33
|
|
|
////////////////////
|
|
|
|
|
|
namespace loyalsoft;
|
|
@@ -1770,6 +1770,22 @@ class GameConfig {
|
|
|
return self::get_hash_item('yanling_compose', $itemid);
|
|
|
}
|
|
|
/**
|
|
|
+ * 加成属性
|
|
|
+ * @return \eHeroAddProperties
|
|
|
+ */
|
|
|
+ public static function eHeroAddProperties()
|
|
|
+ {
|
|
|
+ static $a = null;
|
|
|
+ return self::initValue($a, 'eHeroAddProperties');
|
|
|
+ }
|
|
|
+ /**
|
|
|
+ * @return \sm_eHeroAddProperties eHeroAddProperties item数据
|
|
|
+ */
|
|
|
+ public static function eHeroAddProperties_getItem($itemid)
|
|
|
+ {
|
|
|
+ return self::get_hash_item('eHeroAddProperties', $itemid);
|
|
|
+ }
|
|
|
+ /**
|
|
|
* 当前版本(时间戳)
|
|
|
* @return \ver
|
|
|
*/
|