![]() |
Nakama C++ Client SDK 2.5.1
Client for Nakama Server
|
< A collection of zero or more friends of the user. More...
#include <NFriendList.h>
Public Attributes | |
std::vector< NFriend > | friends |
The Friend objects. More... | |
std::string | cursor |
Cursor for the next page of results, if any. More... | |
< A collection of zero or more friends of the user.
std::string NFriendList::cursor |
Cursor for the next page of results, if any.
std::vector<NFriend> NFriendList::friends |
The Friend objects.