We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b36dd commit 62dbeb6Copy full SHA for 62dbeb6
README.md
@@ -43,4 +43,6 @@ for version `1.0.0`
43
```
44
- Has Key: `GameData.HasKey(string key)` To check if the profile has a key,
45
- DeleteKey: `GameData.DeleteKey(string key)` To delete the key from the profile
46
-- DeleteAll: `GameData.DeleteAll()` To delete the entire key
+- DeleteAll: `GameData.DeleteAll()` To delete the entire key
47
+- Backup: `GameData.Backup()` Get raw byte[] of all data of profile
48
+- Restore: `GameData.Restore(byte[] bytes)` Load from byte[]
0 commit comments