mirror of
https://github.com/FortniteModdingHub/FNGameProj.git
synced 2026-08-27 03:53:25 +00:00
8 lines
124 B
C++
8 lines
124 B
C++
#include "FortNavLinkPattern.h"
|
|
|
|
FFortNavLinkPattern::FFortNavLinkPattern() {
|
|
PatternBits = 0;
|
|
WildcardBits = 0;
|
|
}
|
|
|