mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 20:29:26 +01:00
10 lines
197 B
C#
10 lines
197 B
C#
namespace Flowframes.Data
|
|
{
|
|
class Padding
|
|
{
|
|
public const int inputFrames = 9;
|
|
public const int inputFramesRenamed = 8;
|
|
public const int interpFrames = 8;
|
|
}
|
|
}
|