cyzhao 4 жил өмнө
parent
commit
f578337f79

+ 7 - 0
Gameserver/Amfphp/model/User/Ins_YanLin.php

@@ -44,6 +44,13 @@ class Ins_YanLin {
      */
     public $level = 1;
     
+    /**
+     * 当前升级经验
+     * @var type
+     */
+    public $curLevelExp = 0;
+
+
     public function __construct($args=null) {      
         parent::__construct($args);       
     }