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.
1 parent 478c8fc commit db41c6eCopy full SHA for db41c6e
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