Reorder export to make the heirarchy more clear
This commit is contained in:
parent
442230deb6
commit
642e1b2de6
1 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ export * from "./types/Colour";
|
||||||
export * from "./types/Spaceship";
|
export * from "./types/Spaceship";
|
||||||
|
|
||||||
// Server-Client Communications
|
// Server-Client Communications
|
||||||
|
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/ServerResponse";
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue