Files
flowframes/Code/IO/CfgStrings.cs
N00MKRAD 1bce73dea6 Initial
2020-11-23 16:51:05 +01:00

16 lines
358 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Flowframes.IO
{
class CfgStrings
{
// public static string dedupMode = "dedupMode";
// public static string dedupThresh = "dedupThresh";
// public static string keepFrames = "keepFrames";
}
}