ZeroLauncher/StaticUpdatePath.cs

10 lines
237 B
C#
Raw Normal View History

2024-03-11 10:57:12 +08:00
namespace Zerolauncher
{
class StaticUpdatePath
{
public const string cache_patch = "./.cache/";
public const string cache_file = "cache.zip";
public const string extract_file = "./.cache/un/";
}
}