Skip to content

Commit 62dbeb6

Browse files
committed
Update README.md
1 parent 41b36dd commit 62dbeb6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,6 @@ for version `1.0.0`
4343
```
4444
- Has Key: `GameData.HasKey(string key)` To check if the profile has a key,
4545
- DeleteKey: `GameData.DeleteKey(string key)` To delete the key from the profile
46-
- DeleteAll: `GameData.DeleteAll()` To delete the entire key
46+
- 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

Comments
 (0)