Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
p4pper committed Jan 8, 2025
1 parent 8e92e04 commit 613d2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameAPI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public double GetBalance()
return this.balance;
}

/// <summary>Starts the game.</summary>
/// <summary>Starts the game. Can also be used to finalize game</summary>
public void StartGame()
{
if (this.gameState == GameState.Off)
Expand Down

0 comments on commit 613d2ef

Please sign in to comment.