public void ChangeWhoMove(CellState state) { var text = PlayersManager.GetWhoMoveNick(state); whoMoveText.text = text; }