godot-platformer-2d
godot-platformer-2d copied to clipboard
Add base classes to get autocompletion in states
Add a base PlayerState, HookState, and similar boilerplate classes to get autocomplete suggestions and type checks for related states. Currently, we use owner
instead, which we would have to cast in every method or call.