10 lines
237 B
C#
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/";
|
|||
|
|
}
|
|||
|
|
}
|