From 875c27d461f6e58451f724a35c97167187a0d57d Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 03 四月 2024 18:35:13 +0800
Subject: [PATCH] 0312 同步sdk别名
---
Assets/Launch/VersionConfigEx.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Assets/Launch/VersionConfigEx.cs b/Assets/Launch/VersionConfigEx.cs
index 9484bcb..943fdb1 100644
--- a/Assets/Launch/VersionConfigEx.cs
+++ b/Assets/Launch/VersionConfigEx.cs
@@ -153,6 +153,13 @@
}
}
+ // 鎵撳寘鏃秙dk鏂囦欢鍚嶏紝鏈夐厤缃彇杩欎釜鍚嶅瓧锛屾病閰嶇疆鐢╝ppid锛岀敤浜庡悓涓�涓猘ppid鐗堟湰sdk涓嶅悓鐨勬儏鍐�
+ public string m_SdkFileName;
+ public string sdkFileName
+ {
+ get { return m_SdkFileName; }
+ set { m_SdkFileName = value; }
+ }
static VersionConfigEx config = null;
public static VersionConfigEx Get()
--
Gitblit v1.8.0