class documentation - a shitload of it
All checks were successful
Linux arm64 / Build (push) Successful in 33s
All checks were successful
Linux arm64 / Build (push) Successful in 33s
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
package chess.model;
|
||||
|
||||
/**
|
||||
* Piece of a game. Posesses a color and the number of time it has been moved.
|
||||
*/
|
||||
|
||||
public abstract class Piece {
|
||||
|
||||
private final Color color;
|
||||
|
||||
Reference in New Issue
Block a user