DRG-Femboy-Voice/Source/FSD/Private/FriendInfo.cpp
2025-04-15 12:39:31 -07:00

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;
}