We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d4a620 + db41c6e commit 010fa23Copy full SHA for 010fa23
Templates/BaseGame/game/tools/navEditor/main.cs
@@ -96,6 +96,7 @@ function destroyNavEditor()
96
EWCreatorWindow.beginGroup("Navigation");
97
98
EWCreatorWindow.registerMissionObject("CoverPoint", "Cover point");
99
+ EWCreatorWindow.registerMissionObject("NavPath", "Nav Path");
100
101
EWCreatorWindow.endGroup();
102
}
Templates/Full/game/tools/navEditor/main.cs
0 commit comments