mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:06:30 +00:00
9 lines
296 B
C#
9 lines
296 B
C#
namespace Azaion.LoaderUI;
|
|
|
|
public static class Constants
|
|
{
|
|
public const string CONFIG_JSON_FILE = "loaderconfig.json";
|
|
public const string API_URL = "https://api.azaion.com";
|
|
public const string AZAION_SUITE_EXE = "Azaion.Suite.exe";
|
|
public const string SUITE_FOLDER = "suite";
|
|
} |