jumpstorm/engine/interfaces/index.ts

5 lines
103 B
TypeScript
Raw Normal View History

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