We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457e56 commit 2e5d373Copy full SHA for 2e5d373
README.md
@@ -10,7 +10,7 @@ let archive_bytes = std::fs::read("C:/Documents/Game/Game.rgssad");
10
let mut decrypter = rpgmad_lib::Decrypter::new();
11
12
// Writes decrypted game files to "C:/Documents/Game"
13
-decrypter.decrypt("C:/Documents/Game", false).unwrap()
+decrypter.extract("C:/Documents/Game", false).unwrap()
14
```
15
16
## License
0 commit comments