10 lines
324 B
C++
Executable file
10 lines
324 B
C++
Executable file
#include "GetFriendsListBlueprintCallProxy.h"
|
|
|
|
UGetFriendsListBlueprintCallProxy* UGetFriendsListBlueprintCallProxy::GetFriendsList(UObject* NewWorldContextObject, const FString& ListName) {
|
|
return NULL;
|
|
}
|
|
|
|
UGetFriendsListBlueprintCallProxy::UGetFriendsListBlueprintCallProxy() {
|
|
this->WorldContextObject = NULL;
|
|
}
|
|
|