6 lines
121 B
C++
Executable file
6 lines
121 B
C++
Executable file
#include "SideburnsVanityItem.h"
|
|
|
|
USideburnsVanityItem::USideburnsVanityItem() {
|
|
this->RequiresSlimArmor = false;
|
|
}
|
|
|