Add types for the server.info websocket events
This commit is contained in:
parent
cb09d4a9df
commit
442230deb6
2 changed files with 11 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ export * from "./types/Spaceship";
|
|||
|
||||
// Server-Client Communications
|
||||
export * from "./types/events/SaveShip";
|
||||
export * from "./types/events/server_info";
|
||||
export * from "./types/ServerResponse";
|
||||
Loading…
Add table
Add a link
Reference in a new issue