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