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";
|
|
}
|
|
}
|