mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
13 lines
339 B
C++
13 lines
339 B
C++
#include "FortAthenaMutator_PlayerSettingsBase.h"
|
|
|
|
AFortAthenaMutator_PlayerSettingsBase::AFortAthenaMutator_PlayerSettingsBase() {
|
|
AbilitySetToGrant = NULL;
|
|
AbilitySetOptions = NULL;
|
|
GravityPresets = NULL;
|
|
EliminationStat = NULL;
|
|
AssistStat = NULL;
|
|
DefaultScopeSettings = NULL;
|
|
CurrentScopeSettings = NULL;
|
|
}
|
|
|