Add docs and types for the game.join event

This commit is contained in:
Oliver-Akins 2022-01-05 23:06:22 -07:00
parent 885c9c9e71
commit 3b5e643232
3 changed files with 31 additions and 1 deletions

View file

@ -9,5 +9,6 @@ export * from "./types/PlayerData";
// Server-Client Communications
export * from "./types/ServerResponse";
export * from "./types/events/SaveShip";
export * from "./types/events/game_join";
export * from "./types/events/server_info";
export * from "./types/events/game_create";