change project structure
This commit is contained in:
7
app/src/main/java/chess/controller/PlayerCommand.java
Normal file
7
app/src/main/java/chess/controller/PlayerCommand.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package chess.controller;
|
||||
|
||||
import chess.model.Game;
|
||||
|
||||
public abstract class PlayerCommand extends Command{
|
||||
public abstract void undo(Game game, OutputSystem outputSystem);
|
||||
}
|
||||
Reference in New Issue
Block a user