mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-16 16:37:48 +01:00
16 lines
358 B
C#
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";
|
|||
|
|
}
|
|||
|
|
}
|