public void Start() { Console.WriteLine("\t\tВаше поле"); PlayerTable.Show(PlayerShips); Console.SetCursorPosition(60, 0); Console.WriteLine("\t\tПоле компьютера"); ComputerTable.ShowWithCursorParametr(PlayerShips, 60, 0); ProccessArrangement(); }