forked from 2211945/WIZARD_PR2_DOP
12 lines
292 B
Java
12 lines
292 B
Java
/*
|
|
============================================================
|
|
This is the "Zahlenkarte" file from Author: Philipp Kotte
|
|
written on: 05 / 10 / 2023 at: 23:30
|
|
============================================================
|
|
*/
|
|
package Domain.Karten;
|
|
|
|
public class Zahlenkarte extends Karte {
|
|
|
|
}
|