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
|
- SetAvatar
|
||||||
- RegisterParent
|
- RegisterParent
|
||||||
- RegisterChild
|
- RegisterChild
|
||||||
|
- CreatePet
|
||||||
- SetRaisedPet
|
- SetRaisedPet
|
||||||
|
- SetSelectedPet
|
||||||
- GetAllActivePetsByuserId
|
- GetAllActivePetsByuserId
|
||||||
|
- GetSelectedRaisedPet
|
||||||
- SetImage
|
- SetImage
|
||||||
- GetImage
|
- GetImage
|
||||||
|
- GetImageByUserId
|
||||||
|
|
||||||
#### 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)
|
||||||
- GetQuestions (doesn't return all questions, 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)
|
- GetSubscriptionInfo (always returns member, with end date 10 years from now)
|
||||||
- SetTaskState (only the TaskCanBeDone status is supported)
|
- SetTaskState (only the TaskCanBeDone status is supported)
|
||||||
- CreatePet (doesn't handle SetAsSelectedPet/UnSelectOtherPets)
|
|
||||||
|
|
||||||
#### Partially implemented
|
#### Partially implemented
|
||||||
- GetUserProfileByUserID (a lot is still placeholder)
|
- GetUserProfileByUserID (a lot is still placeholder)
|
||||||
|
@ -23,7 +23,6 @@ methods = [
|
|||||||
'GetCommonInventory',
|
'GetCommonInventory',
|
||||||
'GetAuthoritativeTime',
|
'GetAuthoritativeTime',
|
||||||
'SetAvatar',
|
'SetAvatar',
|
||||||
'GetAllActivePetsByuserId',
|
|
||||||
'GetPetAchievementsByUserID',
|
'GetPetAchievementsByUserID',
|
||||||
'GetDetailedChildList',
|
'GetDetailedChildList',
|
||||||
'GetStore',
|
'GetStore',
|
||||||
@ -35,6 +34,7 @@ methods = [
|
|||||||
'CreatePet',
|
'CreatePet',
|
||||||
'SetRaisedPet',
|
'SetRaisedPet',
|
||||||
'SetSelectedPet',
|
'SetSelectedPet',
|
||||||
|
'GetAllActivePetsByuserId',
|
||||||
'GetSelectedRaisedPet',
|
'GetSelectedRaisedPet',
|
||||||
'SetImage',
|
'SetImage',
|
||||||
'GetImage',
|
'GetImage',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user