update readme

This commit is contained in:
Spirtix 2023-08-14 14:32:16 +02:00
parent 6f8bbd149b
commit 725f8e22c1
2 changed files with 3 additions and 1 deletions

View File

@ -72,6 +72,7 @@ Then run School of Dragons.
- GetUserUpcomingMissionState
- GetUserCompletedMissionState
- GetChildList
- UseInventory
#### Implemented enough (probably)
- GetRules (doesn't return any rules, probably doesn't need to)

View File

@ -67,7 +67,8 @@ methods = [
'SetUserRoom',
'GetChildList',
'GetUserGameCurrency',
'SetAchievementByEntityIDs'
'SetAchievementByEntityIDs',
'UseInventory'
]
def routable(path):