/* ============================================================ This is the "Blockeintrag" file from Author: Philipp Kotte written on: 05 / 10 / 2023 at: 23:44 ============================================================ */ package Domain; public class Blockeintrag { public int punkte; public int stiche; }