10 lines
216 B
C++
Executable file
10 lines
216 B
C++
Executable file
#include "FriendInfo.h"
|
|
|
|
FFriendInfo::FFriendInfo() {
|
|
this->IsOnline = false;
|
|
this->IsPlaying = false;
|
|
this->IsPlayingThisGame = false;
|
|
this->IsJoinable = false;
|
|
this->HasVoiceSupport = false;
|
|
}
|
|
|