From e45603a605b359a790f91822d76a5e5e49b3d5c6 Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Mon, 30 Nov 2020 16:22:46 +0800
Subject: [PATCH] HTTP辅助类

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

diff --git a/Assets/Scripts/Common/GameConfig.cs b/Assets/Scripts/Common/GameConfig.cs
index 81c12ed..1deee81 100644
--- a/Assets/Scripts/Common/GameConfig.cs
+++ b/Assets/Scripts/Common/GameConfig.cs
@@ -26,6 +26,9 @@
 
         public static bool OpenDebug = false;
 
+        public static string PlayerName = "";
+
+
         /// <summary>
         /// PVE无尽模式,是否可以点击购买新的宝石
         /// </summary>

--
Gitblit v1.9.1