merge development into test #26
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user