Flow.Launcher/Plugins/Flow.Launcher.Plugin.PluginManagement/Flow.Launcher.PluginResult.cs
2020-04-21 22:16:10 +10:00

11 lines
No EOL
266 B
C#

namespace Flow.Launcher.Plugin.PluginManagement
{
public class FlowLauncherPluginResult
{
public string plugin_file;
public string description;
public int liked_count;
public string name;
public string version;
}
}