Add ship design constants in the shared module
This commit is contained in:
parent
ad9ad389b6
commit
d1e37d8fec
3 changed files with 43 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue