mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
9.10 source
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#include "FriendCodeShareButtonBase.h"
|
||||
|
||||
void UFriendCodeShareButtonBase::OnQueryUnredeemedFriendCodesComplete(bool bSuccess, const TArray<FFriendCode>& FriendCodes) {
|
||||
}
|
||||
|
||||
|
||||
void UFriendCodeShareButtonBase::OnFriendCodeIssued(bool bSuccess, const FFriendCode& FriendCode) {
|
||||
}
|
||||
|
||||
UFriendCodeShareButtonBase::UFriendCodeShareButtonBase() {
|
||||
this->FriendCodeListClass = NULL;
|
||||
this->NumSharesRemainingText = NULL;
|
||||
this->InviteCodeMessage = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user