mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
@@ -34,13 +34,6 @@ namespace ArchiSteamFarm.Plugins.Interfaces;
|
||||
/// </summary>
|
||||
[PublicAPI]
|
||||
public interface IPlugin {
|
||||
/// <summary>
|
||||
/// Helper property which determines whether the plugin is official, mostly for IPC.
|
||||
/// </summary>
|
||||
[JsonInclude]
|
||||
[Required]
|
||||
public sealed bool IsOfficialPlugin => this is OfficialPlugin;
|
||||
|
||||
/// <summary>
|
||||
/// ASF will use this property as general plugin identifier for the user.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user