Browse Source

活跃度

guodong 3 năm trước cách đây
mục cha
commit
890ba646b1
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      GameClient/Assets/Game/HotUpdate/Data/RoleDataManager.cs

+ 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()