Add sounds

This commit is contained in:
Felix Koppe
2024-11-30 12:37:18 +01:00
parent 36d31e99e9
commit 8c8bd4db0d
14 changed files with 66 additions and 24 deletions

View File

@@ -17,7 +17,7 @@ public class TskSelectNotification extends Notification{
* @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
*/
TskSelectNotification(Color color, String name, boolean self) {
public TskSelectNotification(Color color, String name, boolean self) {
this.color = color;
this.name = name;
this.self = self;