mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update FrameworkGlobalSettings.cs
This commit is contained in:
@@ -159,6 +159,8 @@ public class FrameworkGlobalSettings
|
|||||||
[Header("Hotfix")] [SerializeField]
|
[Header("Hotfix")] [SerializeField]
|
||||||
private string m_ResourceVersionFileName = "ResourceVersion.txt";
|
private string m_ResourceVersionFileName = "ResourceVersion.txt";
|
||||||
|
|
||||||
|
public string HostServerURL = "http://127.0.0.1:8081";
|
||||||
|
|
||||||
public string ResourceVersionFileName
|
public string ResourceVersionFileName
|
||||||
{
|
{
|
||||||
get { return m_ResourceVersionFileName; }
|
get { return m_ResourceVersionFileName; }
|
||||||
|
Reference in New Issue
Block a user