Add ship design constants in the shared module

This commit is contained in:
Oliver Akins 2022-03-07 23:35:56 -06:00
parent ad9ad389b6
commit d1e37d8fec
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
3 changed files with 43 additions and 0 deletions

View file

@ -4,6 +4,10 @@
// Algorithms
export * from "./algorithms/movementDirection";
// Data
export * from "./data/colours";
export * from "./data/spaceships";
// Data Structures
export * from "./types/Colour";
export * from "./types/Spaceship";