This website requires JavaScript.
Explore
Help
Sign In
martin
/
GodotComponentTest
Watch
1
Star
0
Fork
You've already forked GodotComponentTest
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
GodotComponentTest
/
components
/
Component.cs
3 lines
47 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
NavigationComponent can handle position and orientation targets.
2023-02-12 16:30:56 +01:00
using
Godot
;
Mass reformatting.
2023-11-18 22:32:57 +01:00
public
class
Component
:
Node
{
}