Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: expose all actor exports (#3113)
I originally only intended to add `ActorEvents` to the exports, so it's possible to extend it without a dirty import: `import {ActorEvents} from "excalibur/build/dist/Actor";` But I don't see any reason to not export all of the Actor exports, because `isActor` could also be really useful for people extending core EX functionality
- Loading branch information