mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:06:30 +00:00
fc6e5db795
zoom on video on pause (temp image)
7 lines
168 B
C#
7 lines
168 B
C#
namespace Azaion.LoaderUI;
|
|
|
|
public static class ConstantsLoader
|
|
{
|
|
public const string SUITE_FOLDER = "suite";
|
|
public const int EXTERNAL_LOADER_PORT = 5020;
|
|
} |