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;
|
||||
|
||||
/**
|
||||
* Enumation of the different directions from a cell in a chessboard, and how to navigate the cells.
|
||||
*/
|
||||
|
||||
public enum Direction {
|
||||
|
||||
Unset(65),
|
||||
|
||||
Reference in New Issue
Block a user