diff --git a/ModuleClientAPI.md b/ModuleClientAPI.md index 56db324..833b318 100644 --- a/ModuleClientAPI.md +++ b/ModuleClientAPI.md @@ -6,7 +6,7 @@ Class representing the ModuleClientAPI. ### GameLib -The GameLib inside the ModuleServerAPI. +The GameLib inside the ModuleClientAPI. ```javascript api.GameLib; diff --git a/ModuleServerAPI.md b/ModuleServerAPI.md index 6555a4c..508aff9 100644 --- a/ModuleServerAPI.md +++ b/ModuleServerAPI.md @@ -59,15 +59,25 @@ Environment ## Sub Classes +### GameLib + +The GameLib inside the ModuleServerAPI. + +```javascript +api.GameLib; +``` + +**Return** [GameLib](./ModuleServerAPIGameLib) _The GameLib class_ + ### Libs -The Libs object. +Standard libraries available through the ModuleServerAPI. ```javascript api.Libs; ``` -**Returns** [Libs](./ModuleServerAPILibs) _Libs object_ +**Return** [Libs](./ModuleServerAPILibs) _Included libraries_ ## Communication