Einfügen der Test Funktion des CPU für Spiel

This commit is contained in:
mokoe
2021-01-06 21:37:08 +01:00
parent e1c818bd17
commit 67a2e83dd6

View File

@@ -40,5 +40,9 @@ public class Computer_gegner {
{ {
} }
public int cpu_Zug() {
return 0;
}
} }