2020-12-02 14:27:41 +01:00
|
|
|
|
using System;
|
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
|
using System.Linq;
|
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
using System.Threading.Tasks;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Flowframes.Data
|
|
|
|
|
|
{
|
|
|
|
|
|
class Padding
|
|
|
|
|
|
{
|
2020-12-02 17:23:24 +01:00
|
|
|
|
public const int inputFrames = 9;
|
2020-12-02 14:27:41 +01:00
|
|
|
|
}
|
|
|
|
|
|
}
|