C# Class PD2.GameSave.SaveFile

Afficher le fichier Open project: seefo/PD2SE Class Usage Examples

Méthodes publiques

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

Method Details

Save() public méthode

public Save ( ) : void
Résultat void

Save() public méthode

public Save ( String filePath, bool encrypt = true ) : void
filePath String
encrypt bool
Résultat void

SaveFile() public méthode

public SaveFile ( String filePath, bool encrypted = true ) : System
filePath String
encrypted bool
Résultat System