Add exports for the new types
This commit is contained in:
parent
005b2c929f
commit
054fa71b18
1 changed files with 4 additions and 2 deletions
|
|
@ -1,11 +1,13 @@
|
||||||
// Enums
|
// Enums
|
||||||
export { Status } from "./enums/Status";
|
export { Status } from "./enums/Status";
|
||||||
|
|
||||||
// Interfaces
|
// Data Structures
|
||||||
export * from "./types/Colour";
|
export * from "./types/Colour";
|
||||||
export * from "./types/Spaceship";
|
export * from "./types/Spaceship";
|
||||||
|
export * from "./types/PlayerData";
|
||||||
|
|
||||||
// Server-Client Communications
|
// Server-Client Communications
|
||||||
export * from "./types/ServerResponse";
|
export * from "./types/ServerResponse";
|
||||||
export * from "./types/events/SaveShip";
|
export * from "./types/events/SaveShip";
|
||||||
export * from "./types/events/server_info";
|
export * from "./types/events/server_info";
|
||||||
|
export * from "./types/events/game_create";
|
||||||
Loading…
Add table
Add a link
Reference in a new issue