9.10 source

This commit is contained in:
Niklas
2024-01-21 00:41:14 +01:00
parent 0db608b3ff
commit a8c13a0754
18360 changed files with 304512 additions and 18002 deletions
@@ -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;
}