C# Class PD2.GameSave.SaveFile

Datei anzeigen Open project: seefo/PD2SE Class Usage Examples

Public Methods

Method Description
Save ( ) : void
Save ( String filePath, bool encrypt = true ) : void
SaveFile ( String filePath, bool encrypted = true ) : System

Method Details

Save() public method

public Save ( ) : void
return void

Save() public method

public Save ( String filePath, bool encrypt = true ) : void
filePath String
encrypt bool
return void

SaveFile() public method

public SaveFile ( String filePath, bool encrypted = true ) : System
filePath String
encrypted bool
return System