cyzhao %!s(int64=3) %!d(string=hai) anos
pai
achega
13f79f6fab

+ 17 - 1
Gameserver/Amfphp/configs/GameConfig.php

@@ -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 
- // 日期: 2022-06-23 09:44:37
+ // 日期: 2022-06-24 10:07:33
 ////////////////////
 ////////////////////
 
 
 namespace loyalsoft;
 namespace loyalsoft;
@@ -1770,6 +1770,22 @@ class GameConfig {
         return self::get_hash_item('yanling_compose', $itemid);
         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
     * @return \ver
     */
     */

+ 17 - 1
Gameserver/Amfphp/model/Const/GameConfig.php

@@ -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 
- // 日期: 2022-06-23 09:44:37
+ // 日期: 2022-06-24 10:07:33
 ////////////////////
 ////////////////////
 
 
 /**
 /**
@@ -1768,6 +1768,22 @@ class GameConfig {
         return self::get_hash_item('yanling_compose', $itemid);
         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
     * @return \ver
     */
     */

+ 32 - 0
Gameserver/Amfphp/model/Const/sm_eHeroAddProperties.php

@@ -0,0 +1,32 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2022-06-23 16:38:37
+////////////////////
+
+
+/**
+ * Static Model eHeroAddProperties 加成属性
+ */
+class sm_eHeroAddProperties
+{
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $typeId;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $name;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $etc;
+
+}
+