mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-26 19:43:31 +00:00
15 lines
327 B
C++
15 lines
327 B
C++
#include "FortGameStateBoss.h"
|
|
|
|
void AFortGameStateBoss::BossSpawned() {
|
|
}
|
|
|
|
void AFortGameStateBoss::BossKilled(const AController* InstigatingController, const AActor* DamageCausingActor, const FGameplayTagContainer& DamageTags) {
|
|
}
|
|
|
|
void AFortGameStateBoss::AllPlayersDied() {
|
|
}
|
|
|
|
AFortGameStateBoss::AFortGameStateBoss() {
|
|
}
|
|
|