mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-01-03 05:53:12 +00:00
9 lines
223 B
C#
9 lines
223 B
C#
|
|
namespace OverwatchTranscript
|
|||
|
|
{
|
|||
|
|
public static class TranscriptConstants
|
|||
|
|
{
|
|||
|
|
public const string TranscriptFilename = "transcript.json";
|
|||
|
|
public const string ArtifactFolderName = "artifacts";
|
|||
|
|
}
|
|||
|
|
}
|