2023-10-05 23:32:29 +02:00
|
|
|
/*
|
|
|
|
============================================================
|
|
|
|
This is the "Kartenfarbe" file from Author: Philipp Kotte
|
|
|
|
written on: 05 / 10 / 2023 at: 23:32
|
|
|
|
============================================================
|
|
|
|
*/
|
|
|
|
package Domain.Enums;
|
|
|
|
|
|
|
|
public enum Kartenfarbe {
|
|
|
|
|
2023-10-05 23:34:19 +02:00
|
|
|
// Test
|
2023-10-05 23:32:29 +02:00
|
|
|
}
|