cyzhao 4 years ago
parent
commit
f578337f79
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Gameserver/Amfphp/model/User/Ins_YanLin.php

+ 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);       
     }