forked from 2211945/WIZARD_PR2_DOP
17 lines
344 B
Java
17 lines
344 B
Java
/*
|
|
============================================================
|
|
This is the "Spiel" file from Author: Philipp Kotte
|
|
written on: 05 / 10 / 2023 at: 23:25
|
|
============================================================
|
|
*/
|
|
package Facade;
|
|
|
|
public class Spiel {
|
|
|
|
public static int getRunde() {
|
|
// TODO Auto-generated method stub
|
|
return 0;
|
|
}
|
|
|
|
}
|