Revert "Misc"

This reverts commit b5039d6308.
This commit is contained in:
Łukasz Domeradzki
2024-12-25 14:30:02 +01:00
parent b5039d6308
commit 711cda2d90

View File

@@ -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>