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