存档功能
This commit is contained in:
@@ -155,12 +155,12 @@ namespace AibisDream
|
||||
|
||||
public override string CurDataKey { get; set; }
|
||||
|
||||
public override string[] GetDataKeyOptions()
|
||||
public override string GetConfigPath()
|
||||
{
|
||||
return _keyOptions ??= ConfigUtil.Instance.GetFileNames(DataPath);
|
||||
return DataPath;
|
||||
}
|
||||
|
||||
public override void Load()
|
||||
public override void LoadLevel()
|
||||
{
|
||||
if (string.IsNullOrEmpty(CurDataKey))
|
||||
{
|
||||
@@ -180,7 +180,7 @@ namespace AibisDream
|
||||
OnLoad();
|
||||
}
|
||||
|
||||
public override void Save()
|
||||
public override void SaveLevel()
|
||||
{
|
||||
if (string.IsNullOrEmpty(CurDataKey))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user