1
0
Fork 0
WIZARD_PR2_DOP22/Domain/Karten/Narrenkarte.java

12 lines
292 B
Java
Raw Normal View History

/*
============================================================
This is the "Narrenkarte" file from Author: Philipp Kotte
written on: 05 / 10 / 2023 at: 23:41
============================================================
*/
package Domain.Karten;
public class Narrenkarte extends Karte {
}