#include "BattleMapNode.h" ABattleMapNode::ABattleMapNode() { this->EdgeClass = NULL; this->ChildrenNodeClass = NULL; this->bEnableAutomaticResize = true; }