You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: