jumpstorm/engine/interfaces/index.ts

6 lines
139 B
TypeScript
Raw Normal View History

2023-07-19 23:38:24 -04:00
export * from "./LeaderBoardEntry";
export * from "./Vec2";
export * from "./Draw";
export * from "./Direction";
export * from "./Action";