Updated MSA

2025-08-09 18:34:24 +02:00
parent d3cb1e1183
commit 39c99f04ba
2 changed files with 13 additions and 3 deletions

@@ -6,7 +6,7 @@ Class representing the ModuleClientAPI.
### GameLib
The GameLib inside the ModuleServerAPI.
The GameLib inside the ModuleClientAPI.
```javascript
api.GameLib;

@@ -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