Add sounds
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user