namespace MiniGames.Client.ViewModel { public interface ITicTacToe { bool SpielerInput(int spielerIndex, int posIndex); } }