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
Then client code should selectively import things like reusable characters, reusable ground tiles, etc. via:
import "package:leap/templates/characters"
import "package:leap/templates/input"
That way these other classes are clearly delineated from the core library, and clarify that these other classes are starting points to guide which will often just guide you to build your own custom implementation.