promote not that uggly
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package chess.io;
|
||||
|
||||
import chess.io.commands.MoveCommand;
|
||||
import chess.io.commands.PromoteCommand;
|
||||
import chess.model.Color;
|
||||
import chess.model.Coordinate;
|
||||
|
||||
public interface OutputSystem {
|
||||
|
||||
@@ -17,4 +20,6 @@ public interface OutputSystem {
|
||||
void hasSurrendered(Color color);
|
||||
|
||||
void gameStarted();
|
||||
|
||||
void promotePawn(Coordinate pieceCoords);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user