10 lines
182 B
Java
10 lines
182 B
Java
package pp.mdga.notification;
|
|
|
|
import pp.mdga.game.Color;
|
|
|
|
public class MovePieceNotification extends Notification {
|
|
MovePieceNotification(Color color, int nodeIndex) {
|
|
|
|
}
|
|
}
|