diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-03-15 20:45:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 20:45:26 +0100 |
commit | 9bb1b554862fb3547a4992892be10aa52cd3d611 (patch) | |
tree | eaf6e348f6b94ca725f1feae18c125e31ad1431e | |
parent | e2dd6671dc5b905cd9adb4a1358d477a285c901c (diff) | |
parent | 32fc6c9041c0b38454e639136499c74333696e3b (diff) |
Merge pull request #17514 from brylie/patch-1
Add brief description
-rw-r--r-- | doc/classes/Navigation2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Navigation2D.xml b/doc/classes/Navigation2D.xml index 6f9ff7a2be..d2f4513372 100644 --- a/doc/classes/Navigation2D.xml +++ b/doc/classes/Navigation2D.xml @@ -1,6 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="Navigation2D" inherits="Node2D" category="Core" version="3.1"> <brief_description> + Class to assist with character navigation and pathfinding. </brief_description> <description> </description> |