mirror of
https://github.com/C9Glax/tranga.git
synced 2025-07-07 03:14:17 +02:00
Add field downloadLocation to Connector to save archives.
This commit is contained in:
@ -4,6 +4,7 @@ namespace Tranga;
|
||||
|
||||
public abstract class Connector
|
||||
{
|
||||
internal abstract string downloadLocation { get; }
|
||||
public abstract string name { get; }
|
||||
public abstract Publication[] GetPublications();
|
||||
public abstract Chapter[] GetChapters(Publication publication);
|
||||
|
Reference in New Issue
Block a user