Class AirshipPartyService
Methods
GetPartyById
- GetPartyById(partyId): Promise<undefined | GameParty>
Returns Promise<undefined | GameParty>
GetPartyForUserId
- GetPartyForUserId(userId): Promise<undefined | GameParty>
Returns Promise<undefined | GameParty>
Allows access to player party information.