Schack/src/schack/DiagonalWalk.java

17 lines
317 B
Java
Raw Normal View History

2022-03-01 18:28:25 +01:00
/*
* 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
*/
2022-03-01 18:39:24 +01:00
public interface DiagonalWalk {
2022-03-01 18:28:25 +01:00
public void walDiagonal();
2022-03-01 18:39:24 +01:00
2022-03-01 18:28:25 +01:00
}