From 48d41e04961b7ba645f69773f8bc9c649c225e8d Mon Sep 17 00:00:00 2001 From: "jules.lascret" Date: Tue, 14 May 2024 17:50:37 +0200 Subject: [PATCH] just for sonar --- Qwirkle/QwirkleClassLibrary/Game.cs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Qwirkle/QwirkleClassLibrary/Game.cs b/Qwirkle/QwirkleClassLibrary/Game.cs index cf9f723..3101e4c 100644 --- a/Qwirkle/QwirkleClassLibrary/Game.cs +++ b/Qwirkle/QwirkleClassLibrary/Game.cs @@ -161,6 +161,12 @@ namespace QwirkleClassLibrary } } + + /// + /// + /// + /// + /// public bool DrawTiles(Player player) { while(player.Tiles.Count < 6)