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 - GetUserUpcomingMissionState
- GetUserCompletedMissionState - GetUserCompletedMissionState
- GetChildList - GetChildList
- UseInventory
#### Implemented enough (probably) #### Implemented enough (probably)
- GetRules (doesn't return any rules, probably doesn't need to) - GetRules (doesn't return any rules, probably doesn't need to)

View File

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