Interface IClientPartyAllyInfoStorageAPI
public interface IClientPartyAllyInfoStorageAPI
API for party ally info storage
-
Method Summary
Modifier and TypeMethodDescriptionGets info about an ally party with the specified ID.
-
Method Details
-
get
Gets info about an ally party with the specified ID.- Parameters:
id
- the UUID of the ally party, not null- Returns:
- the info about the ally party, null if it doesn't exist
-