mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-27 11:53:38 +00:00
11 lines
276 B
C++
11 lines
276 B
C++
#include "DevPartyMember.h"
|
|
|
|
FDevPartyMember::FDevPartyMember() {
|
|
this->Emote = NULL;
|
|
this->SeasonLevel = 0;
|
|
this->CrossplayPreference = ECrossplayPreference::NoSelection;
|
|
this->bIsEmbedded = false;
|
|
this->InputType = ECommonInputType::MouseAndKeyboard;
|
|
}
|
|
|