2
0
mirror of synced 2025-02-06 05:34:34 +00:00

9 lines
223 B
C#
Raw Normal View History

2024-07-25 15:12:25 +02:00
namespace OverwatchTranscript
{
public static class TranscriptConstants
{
public const string TranscriptFilename = "transcript.json";
public const string ArtifactFolderName = "artifacts";
}
}