10 lines
323 B
C++
Executable file
10 lines
323 B
C++
Executable file
#include "SendInviteBlueprintCallProxy.h"
|
|
|
|
USendInviteBlueprintCallProxy* USendInviteBlueprintCallProxy::SendInvite(UObject* NewWorldContextObject, const FString& ListName, const FString& UserId) {
|
|
return NULL;
|
|
}
|
|
|
|
USendInviteBlueprintCallProxy::USendInviteBlueprintCallProxy() {
|
|
this->WorldContextObject = NULL;
|
|
}
|
|
|