ZeroLauncher/StaticUpdatePath.cs
2024-03-11 10:57:12 +08:00

10 lines
237 B
C#

namespace Zerolauncher
{
class StaticUpdatePath
{
public const string cache_patch = "./.cache/";
public const string cache_file = "cache.zip";
public const string extract_file = "./.cache/un/";
}
}