godot-platformer-2d icon indicating copy to clipboard operation
godot-platformer-2d copied to clipboard

Add base classes to get autocompletion in states

Open NathanLovato opened this issue 4 years ago • 0 comments

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.

NathanLovato avatar Apr 02 '20 16:04 NathanLovato