Skip to content

Commit

Permalink
inicio testfacade
Browse files Browse the repository at this point in the history
  • Loading branch information
mateogutierrezo committed Nov 8, 2024
1 parent 65ee29e commit 6dbc9dd
Show file tree
Hide file tree
Showing 4 changed files with 605 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/Library/Facade.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public static string GetAllPlayersWaiting()
return result;
}
//historia de usuario 11
private static string CreateGame(string playerName, string opponentName)
public static string CreateGame(string playerName, string opponentName)
{
Player player = WaitingList.FindPlayerByName(playerName);
Player opponent = WaitingList.FindPlayerByName(opponentName);
Expand Down
Loading

0 comments on commit 6dbc9dd

Please sign in to comment.