mirror of
https://github.com/lov3b/Schack.git
synced 2024-11-10 07:00:11 +01:00
17 lines
317 B
Java
17 lines
317 B
Java
/*
|
|
* To change this license header, choose License Headers in Project Properties.
|
|
* To change this template file, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
package schack;
|
|
|
|
/**
|
|
*
|
|
* @author lovbil251
|
|
*/
|
|
public interface DiagonalWalk {
|
|
|
|
public void walDiagonal();
|
|
|
|
}
|