소스 검색

Merge branch 'master' of http://git.gfggame.com:3000/gfg/client

zhaoyang 3 년 전
부모
커밋
dceda4c204
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs
  2. BIN
      GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes

+ 7 - 0
GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs

@@ -61,6 +61,13 @@ namespace GFGGame
                 return GameGlobal.myNumericComponent.GetAsInt(NumericType.DiamondR);
             }
         }
+        public static int Liveness
+        {
+            get
+            {
+                return GameGlobal.myNumericComponent.GetAsInt(NumericType.Liveness);
+            }
+        }
         private static string _lastRandomName = null;
 
         public static string RandomRoleName()

BIN
GameClient/Assets/ResIn/Config/excelConfig.sqlite.bytes