Files
FNGameProj/Source/FortniteGame/Private/PlayerWaypointContext.cpp
T
2024-06-07 01:17:09 +02:00

8 lines
135 B
C++

#include "PlayerWaypointContext.h"
FPlayerWaypointContext::FPlayerWaypointContext() {
PlayerState = NULL;
Waypoint = NULL;
}