mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
8 lines
149 B
C++
8 lines
149 B
C++
#include "FortInviteRequest.h"
|
|
|
|
UFortInviteRequest::UFortInviteRequest() {
|
|
this->Button_RequestInvite = NULL;
|
|
this->Button_Logout = NULL;
|
|
}
|
|
|