Files
FNGameProj/Source/FortniteGame/Private/BattleMapEdge.cpp
T
2024-03-03 23:44:39 +01:00

12 lines
237 B
C++

#include "BattleMapEdge.h"
void ABattleMapEdge::OnNextNextSet(const ABattleMapNode* NextNextNode) {
}
void ABattleMapEdge::HandeResizedBattleNode(float NewScaling, const ABattleMapNode* Node) {
}
ABattleMapEdge::ABattleMapEdge() {
}