mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update DefaultSettingHelper.cs
This commit is contained in:
@@ -10,7 +10,7 @@ namespace TEngine
|
||||
/// </summary>
|
||||
public class DefaultSettingHelper : SettingHelperBase
|
||||
{
|
||||
private const string SettingFileName = "GameFrameworkSetting.dat";
|
||||
private const string SettingFileName = "TEngineSetting.dat";
|
||||
|
||||
private string m_FilePath = null;
|
||||
private DefaultSetting m_Settings = null;
|
||||
|
Reference in New Issue
Block a user