Skip to content

Commit

Permalink
Add support for ASF plugin updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Mar 17, 2024
1 parent 42e94c4 commit 1a07673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CS2Interface/CS2Interface.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@

namespace CS2Interface {
[Export(typeof(IPlugin))]
public sealed class CS2Interface : IASF, IBotModules, IBotSteamClient, IBotCommand2, IBotConnection, IBotCardsFarmerInfo {
public sealed class CS2Interface : IASF, IBotModules, IBotSteamClient, IBotCommand2, IBotConnection, IBotCardsFarmerInfo, IGitHubPluginUpdates {
internal static ConcurrentDictionary<string, bool> AutoStart = new();
public string Name => nameof(CS2Interface);
public string RepositoryName => "Citrinate/CS2Interface";
public Version Version => typeof(CS2Interface).Assembly.GetName().Version ?? new Version("0");

public Task OnLoaded() {
Expand Down

0 comments on commit 1a07673

Please sign in to comment.