From 1c3d649735e61a65087d9c281729912831f95fce Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Tue, 24 Nov 2020 10:55:11 +0800
Subject: [PATCH] 修改技能为右侧充能释放

---
 Assets/Scripts/Common/GameConfig.cs |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index 62b67ae..5953b12 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -66,6 +66,16 @@
         /// </summary>
         public static int EndlessBuyTowerCount;
 
+        /// <summary>
+        /// 每一轮游戏中技能值
+        /// </summary>
+        public static int EnergyCount;
+
+        /// <summary>
+        /// 每一轮游戏中技能等级
+        /// </summary>
+        public static int SkillLevel;
+
         #region 各个塔的偏移量
         public static Vector3 fireScale = new Vector3(1.92f, 1.92f, 2.208f);
         public static Vector3 woodScale = new Vector3(1.5f, 1.5f, 2.82f);

--
Gitblit v1.9.1