jumpstorm/engine/entities/index.ts

4 lines
77 B
TypeScript
Raw Normal View History

2023-07-19 23:38:24 -04:00
export * from "./Entity";
export * from "./Floor";
export * from "./Player";