Add descriptions to the option objects
This commit is contained in:
parent
ee40351d1b
commit
8eb4a3c48f
3 changed files with 19 additions and 4 deletions
|
|
@ -11,9 +11,10 @@
|
|||
|
||||
// Data Structures
|
||||
export * from "./types/Colour";
|
||||
export * from "./types/FuelCard";
|
||||
export * from "./types/Spaceship";
|
||||
export * from "./types/PlayerData";
|
||||
export * from "./types/FuelCard";
|
||||
export * from "./types/GameOption";
|
||||
|
||||
// Server-Client Communications
|
||||
export * from "./types/ServerResponse";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue