mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Implement plugin system (#1020)
* Implement basic plugin system * The dawn of new era * Add plugins warning * Move more members to PublicAPI * Open commands for the plugins * Add IBotHackNewChat * Run plugin events in parallel * Use properties in IPlugin * Hook our custom plugin into CI to ensure it compiles * Fix dotnet brain damage * Add IBotsComparer * Add code documentation * Add IBotTradeOffer * Add IBotTradeOffer example * Add IBotTradeOfferResults * Final bulletproofing * Final renaming
This commit is contained in:
committed by
GitHub
parent
62a770479e
commit
0f2a816b92
@@ -46,6 +46,7 @@ namespace ArchiSteamFarm {
|
||||
internal const string LicenseURL = "http://www.apache.org/licenses/LICENSE-2.0";
|
||||
internal const string LogFile = "log.txt";
|
||||
internal const string MobileAuthenticatorExtension = ".maFile";
|
||||
internal const string PluginsDirectory = "plugins";
|
||||
internal const string ProjectURL = "https://github.com/" + GithubRepo;
|
||||
internal const string SentryHashExtension = ".bin";
|
||||
internal const string StatisticsServer = "asf.justarchi.net";
|
||||
|
||||
Reference in New Issue
Block a user