Files
FNGameProj/Source/FortniteGame/Private/AthenaWeaponAlterationEvent.cpp
2024-01-21 00:41:14 +01:00

8 lines
198 B
C++

#include "AthenaWeaponAlterationEvent.h"
UAthenaWeaponAlterationEvent::UAthenaWeaponAlterationEvent() {
this->bStopAfterFirstMatch = true;
this->bAllowPlayerCosmeticWeaponSkins = false;
}