9 lines
233 B
C++
Executable file
9 lines
233 B
C++
Executable file
#include "CharacterOptions.h"
|
|
|
|
FCharacterOptions::FCharacterOptions() {
|
|
this->GrapplingHookAutoSwitch = false;
|
|
this->ZiplineGunAutoSwitch = false;
|
|
this->HoldToBreakImmobilization = false;
|
|
this->HoldToFire = false;
|
|
}
|
|
|