Files
bluflame/intromat/Intromat/Interfaces/IPipeline.cs
2026-04-18 22:31:51 +02:00

8 lines
102 B
C#

namespace Intromat.Interfaces
{
public interface IPipeline
{
void Apply();
}
}