SavegameSettings Constructor (String, String) |
Creates a savegame settings object with the given filename and filepath with the .sav extension.
Namespace:
SavegamePro
Assembly:
SavegameProDLL (in SavegameProDLL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic SavegameSettings(
string filename,
string filepath
)
Parameters
- filename
- Type: SystemString
- filepath
- Type: SystemString
See Also