7 lines
165 B
C++
Executable file
7 lines
165 B
C++
Executable file
#include "CharacterVanityLoadout.h"
|
|
|
|
FCharacterVanityLoadout::FCharacterVanityLoadout() {
|
|
this->UsingSleevelessArmor = false;
|
|
this->MedicalGownIndex = 0;
|
|
}
|
|
|