mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-23 09:18:35 +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";
|
|||
|
}
|
|||
|
}
|