Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +01:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit e8d1442e5b - Show all commits

View File

@@ -34,6 +34,7 @@ public IncorrectRequestMessage() {
public void accept(ServerInterpreter interpreter) {
interpreter.received(this);
}
/**
* This method will be used to return necessary class information in a more readable format.
*

View File

@@ -1,6 +1,5 @@
package pp.mdga.notification;
import pp.mdga.game.BonusCard;
/**
* Notification that is to give information to the player.
*/