feat(dev-save): 用通用跳转工具替换佩佩存档跳转
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -19,7 +19,9 @@ namespace AibisDream.Utility
|
||||
|
||||
public const string WishlistURL = "https://store.steampowered.com/app/3473430/_All_Our_Broken_Parts?utm_source=playtest";
|
||||
|
||||
public static readonly string TestSaveFilePath = Application.streamingAssetsPath + "/TestSaveFiles";
|
||||
/// <summary>可提交的开发跳转存档根目录(DevSaveJumpTool)。</summary>
|
||||
public static readonly string TestSaveFilePath =
|
||||
Path.Combine(Application.streamingAssetsPath, "TestSaveFiles");
|
||||
|
||||
public static readonly string SaveFilePath = Path.Combine(Application.persistentDataPath, "AllOurBrokenParts", "saves");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user