forked from 2211945/WIZARD_PR2_DOP
Anlegen erster Klassen und Struktur
parent
f4b1f5409b
commit
d5b1190e9b
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
============================================================
|
||||||
|
This is the "Kartenfarbe" file from Author: Philipp Kotte
|
||||||
|
written on: 05 / 10 / 2023 at: 23:32
|
||||||
|
============================================================
|
||||||
|
*/
|
||||||
|
package Domain.Enums;
|
||||||
|
|
||||||
|
public enum Kartenfarbe {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
============================================================
|
||||||
|
This is the "Spiel" file from Author: Philipp Kotte
|
||||||
|
written on: 05 / 10 / 2023 at: 23:25
|
||||||
|
============================================================
|
||||||
|
*/
|
||||||
|
package Facade;
|
||||||
|
|
||||||
|
public class Spiel {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
/*
|
||||||
|
============================================================
|
||||||
|
This is the "Persistenz" file from Author: Philipp Kotte
|
||||||
|
written on: 05 / 10 / 2023 at: 23:25
|
||||||
|
============================================================
|
||||||
|
*/
|
||||||
|
package Infrastructure;
|
||||||
|
|
||||||
|
public class Persistenz {
|
||||||
|
|
||||||
|
}
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
============================================================
|
||||||
|
This is the "SpielCLI" file from Author: Philipp Kotte
|
||||||
|
written on: 05 / 10 / 2023 at: 23:25
|
||||||
|
============================================================
|
||||||
|
*/
|
||||||
|
|
||||||
|
package UI;
|
||||||
|
|
||||||
|
public abstract class SpielCLI {
|
||||||
|
public int id;
|
||||||
|
}
|
Loading…
Reference in New Issue