DRG-Femboy-Voice/Source/FSD/Private/GetFriendsListBlueprintCallProxy.cpp
2025-04-15 12:39:31 -07:00

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;
}