diff options
| author | Juan Linietsky | 2014-08-01 22:10:38 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-08-01 22:10:38 -0300 |
| commit | 678948068bbde7f12a9c5f28a467b6cf4d127851 (patch) | |
| tree | 75572f3a5cc6089a6ca3046e9307d0a7c0b72c51 /scene/3d/navigation_agent.cpp | |
| parent | 9ff6d55822647c87eef392147ea15641d0922d47 (diff) | |
| download | godot-678948068bbde7f12a9c5f28a467b6cf4d127851.tar.gz godot-678948068bbde7f12a9c5f28a467b6cf4d127851.tar.zst godot-678948068bbde7f12a9c5f28a467b6cf4d127851.zip | |
Diffstat (limited to 'scene/3d/navigation_agent.cpp')
| -rw-r--r-- | scene/3d/navigation_agent.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scene/3d/navigation_agent.cpp b/scene/3d/navigation_agent.cpp new file mode 100644 index 000000000..9b304e45e --- /dev/null +++ b/scene/3d/navigation_agent.cpp @@ -0,0 +1,5 @@ +#include "navigation_agent.h" + +NavigationAgent::NavigationAgent() +{ +} |
