[IArchive] Add Author field.

This commit is contained in:
2023-10-06 03:08:35 +01:00
parent 8cc6d3f18b
commit 42a4538e06

View File

@@ -79,6 +79,9 @@ public interface IArchive
/// <summary>Unique UUID of the plugin</summary>
Guid Id { get; }
/// <summary>Plugin author</summary>
string Author { get; }
/// <summary>Identifies if the specified path contains data recognizable by this archive instance</summary>
/// <param name="path">Path.</param>
bool Identify(string path);