package pp.mdga.notification; import pp.mdga.game.Color; public class MovePieceNotification extends Notification { MovePieceNotification(Color color, int nodeIndex) { } }