Adding xml comments to BotBase

This commit is contained in:
Florian Zevedei
2023-09-29 18:28:55 +02:00
parent b278015dd4
commit e6a48115a6
2 changed files with 8 additions and 1 deletions
@@ -2,5 +2,9 @@
public interface IBuildingStage
{
/// <summary>
/// Creates a full BotBase instance with all parameters previously set.
/// </summary>
/// <returns></returns>
BotBase Build();
}