Added docs to Cancel method

This commit is contained in:
MarcUs7i 2024-11-18 08:59:05 +01:00
parent 92421e0be9
commit 1c36f1b03d

View file

@ -43,6 +43,10 @@ public class CoffeeVendingMachine
// no need to implement anything here
}
/// <summary>
/// Cancels the current input.
/// </summary>
/// <returns>The withdrawn coins.</returns>
public CoinDepot[] Cancel()
{
int count = 0;