WIZARD_PR2_DOP/Domain/Block/Block.java

19 lines
386 B
Java
Raw Normal View History

/*
============================================================
This is the "Block" file from Author: Philipp Kotte
written on: 05 / 10 / 2023 at: 23:43
============================================================
*/
package Domain.Block;
public class Block {
2023-10-11 16:56:05 +02:00
public void addZeile(){
2023-10-11 16:56:05 +02:00
}
public Blockzeile[] getDaten() {
return null;
}
//neues Kommentar
}