BattleShip.FileManager.FileManager C# (CSharp) Method

FileManager() public method

Constructor for creating new game
public FileManager ( string path, string pseudo ) : System
path string
pseudo string
return System
        public FileManager(string path, string pseudo)
        {
            CreateFiles(path);
            writePseudo("P1", pseudo);
        }

Same methods

FileManager::FileManager ( string path, string pseudo, string filename ) : System