merge development into test #26

Merged
j23f0712 merged 95 commits from development into dev/test 2024-12-01 21:02:48 +01:00
Showing only changes of commit 67d120c278 - Show all commits

View File

@@ -17,7 +17,7 @@ public class TskSelectNotification extends Notification{
* @param name the name of the player that is in the game. * @param name the name of the player that is in the game.
* @param self true if it was the local player selecting the tsk, false otherwise * @param self true if it was the local player selecting the tsk, false otherwise
*/ */
TskSelectNotification(Color color, String name, boolean self) { public TskSelectNotification(Color color, String name, boolean self) {
this.color = color; this.color = color;
this.name = name; this.name = name;
this.self = self; this.self = self;