Update FrameworkGlobalSettings.cs

This commit is contained in:
ALEXTANG
2023-04-17 18:48:31 +08:00
parent 9f271036fd
commit 2800f42acd

View File

@@ -159,6 +159,8 @@ public class FrameworkGlobalSettings
[Header("Hotfix")] [SerializeField]
private string m_ResourceVersionFileName = "ResourceVersion.txt";
public string HostServerURL = "http://127.0.0.1:8081";
public string ResourceVersionFileName
{
get { return m_ResourceVersionFileName; }