diff --git a/ModuleClientAPI.md b/ModuleClientAPI.md index c0cdb76..56db324 100644 --- a/ModuleClientAPI.md +++ b/ModuleClientAPI.md @@ -2,6 +2,18 @@ Class representing the ModuleClientAPI. +## Sub Classes + +### GameLib + +The GameLib inside the ModuleServerAPI. + +```javascript +api.GameLib; +``` + +**Return** [GameLib](./ModuleClientAPIGameLib) _The GameLib class_ + ## Communication ### send diff --git a/ModuleClientAPIGameLib.md b/ModuleClientAPIGameLib.md new file mode 100644 index 0000000..c9a67ba --- /dev/null +++ b/ModuleClientAPIGameLib.md @@ -0,0 +1,2 @@ +# ModuleClientApi - Feedback +Need to do this sometime... Please contact me if needed! \ No newline at end of file diff --git a/_Sidebar.md b/_Sidebar.md index 1bed2f6..4c5c0df 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -17,6 +17,7 @@ - [ModuleClientAPI](./ModuleClientAPI) - [Important Principals](./ModuleClientAPIPrincipals) - [User](./ModuleClientAPIUser) + - [GameLib](./ModuleClientAPIGameLib) - [ModuleServerAPI](./ModuleServerAPI) - [Important Principals](./ModuleServerAPIPrincipals) - [Client](./ModuleServerAPIClient)