mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-01 15:50:22 -06:00
13 lines
279 B
C#
13 lines
279 B
C#
namespace FileFlows.Comic;
|
|
|
|
public class Plugin : FileFlows.Plugin.IPlugin
|
|
{
|
|
public Guid Uid => new Guid("3664da0a-b531-47b9-bdc8-e8368d9746ce");
|
|
public string Name => "Comic Nodes";
|
|
public string MinimumVersion => "1.0.4.2019";
|
|
|
|
public void Init()
|
|
{
|
|
}
|
|
}
|