mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update IBotTradeOffer2.cs
This commit is contained in:
parent
dd1dfdcf34
commit
0e6b75aa5c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ namespace ArchiSteamFarm.Plugins.Interfaces;
|
|||
[PublicAPI]
|
||||
public interface IBotTradeOffer2 : IPlugin {
|
||||
/// <summary>
|
||||
/// ASF will call this method for unhandled (ignored and rejected) trade offers received by the bot.
|
||||
/// ASF will call this method for unhandled (e.g. blacklisted, ignored and rejected) trade offers received by the bot.
|
||||
/// </summary>
|
||||
/// <param name="bot">Bot object related to this callback.</param>
|
||||
/// <param name="tradeOffer">Trade offer related to this callback.</param>
|
||||
|
|
Loading…
Reference in a new issue