add dialog when game finish

This commit is contained in:
Quentin Legot 2021-12-07 15:58:57 +01:00
parent 7c00cd474b
commit ab6639f090
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
package fr.lnl.game.client.listener;public class displayWinnerEvent {
}

View File

@ -0,0 +1,2 @@
package fr.lnl.game.server;public class MockDisplayWinner {
}