mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-25 20:59:39 +01:00
10 lines
241 B
C#
10 lines
241 B
C#
namespace Flowframes.IO
|
|
{
|
|
class CfgStrings
|
|
{
|
|
// public static string dedupMode = "dedupMode";
|
|
// public static string dedupThresh = "dedupThresh";
|
|
// public static string keepFrames = "keepFrames";
|
|
}
|
|
}
|