forked from 2211945/WIZARD_PR2_DOP
19 lines
386 B
Java
19 lines
386 B
Java
/*
|
|
============================================================
|
|
This is the "Block" file from Author: Philipp Kotte
|
|
written on: 05 / 10 / 2023 at: 23:43
|
|
============================================================
|
|
*/
|
|
package Domain.Block;
|
|
|
|
public class Block {
|
|
public void addZeile(){
|
|
|
|
}
|
|
|
|
public Blockzeile[] getDaten() {
|
|
return null;
|
|
}
|
|
//neues Kommentar
|
|
}
|