mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
update readme
This commit is contained in:
parent
1fdff9d27b
commit
4a26419160
@ -45,17 +45,20 @@ Then run School of Dragons.
|
||||
- SetAvatar
|
||||
- RegisterParent
|
||||
- RegisterChild
|
||||
- CreatePet
|
||||
- SetRaisedPet
|
||||
- SetSelectedPet
|
||||
- GetAllActivePetsByuserId
|
||||
- GetSelectedRaisedPet
|
||||
- SetImage
|
||||
- GetImage
|
||||
- GetImageByUserId
|
||||
|
||||
#### Implemented enough (probably)
|
||||
- GetRules (doesn't return any rules, probably doesn't need to)
|
||||
- GetQuestions (doesn't return all questions, probably doesn't need to)
|
||||
- GetSubscriptionInfo (always returns member, with end date 10 years from now)
|
||||
- SetTaskState (only the TaskCanBeDone status is supported)
|
||||
- CreatePet (doesn't handle SetAsSelectedPet/UnSelectOtherPets)
|
||||
|
||||
#### Partially implemented
|
||||
- GetUserProfileByUserID (a lot is still placeholder)
|
||||
|
@ -23,7 +23,6 @@ methods = [
|
||||
'GetCommonInventory',
|
||||
'GetAuthoritativeTime',
|
||||
'SetAvatar',
|
||||
'GetAllActivePetsByuserId',
|
||||
'GetPetAchievementsByUserID',
|
||||
'GetDetailedChildList',
|
||||
'GetStore',
|
||||
@ -35,6 +34,7 @@ methods = [
|
||||
'CreatePet',
|
||||
'SetRaisedPet',
|
||||
'SetSelectedPet',
|
||||
'GetAllActivePetsByuserId',
|
||||
'GetSelectedRaisedPet',
|
||||
'SetImage',
|
||||
'GetImage',
|
||||
|
Loading…
x
Reference in New Issue
Block a user