mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-09-02 19:27:55 +00:00
15 lines
419 B
C++
15 lines
419 B
C++
#include "ArsenicCoreWidgetBase.h"
|
|
|
|
void UArsenicCoreWidgetBase::OnPlayerStatusChanged(const AFortPlayerStateAthena* PlayerState, EArsenicCorePlayerStatus NewStatus) {
|
|
}
|
|
|
|
void UArsenicCoreWidgetBase::OnLocalPlayerGhostVisibilityChanged(const bool bIsVisibile) {
|
|
}
|
|
|
|
void UArsenicCoreWidgetBase::OnLocalGhostPlayerEnteredOrExitedVehicle(const bool bIsInVehicle) {
|
|
}
|
|
|
|
UArsenicCoreWidgetBase::UArsenicCoreWidgetBase() {
|
|
}
|
|
|