Browse Source

ITicTacToe-Interface aktualisiert

feature/tictactoe
Felix Detig 3 years ago
parent
commit
57c3625058
  1. 3
      BlazorSolution/MiniGames/Client/ViewModel/ITicTacToe.cs

3
BlazorSolution/MiniGames/Client/ViewModel/ITicTacToe.cs

@ -2,6 +2,9 @@
{ {
public interface ITicTacToe public interface ITicTacToe
{ {
public bool Fertig();
void SpielerInput(int posIndex); void SpielerInput(int posIndex);
public void SpielerWechsel();
public void PunkteBerechnung();
} }
} }
Loading…
Cancel
Save