Testing subpage

2025-08-09 16:36:49 +02:00
parent 0f5b5a9dc1
commit 7e48e035e0
3 changed files with 15 additions and 0 deletions

@@ -2,6 +2,18 @@
Class representing the ModuleClientAPI. Class representing the ModuleClientAPI.
## Sub Classes
### GameLib
The GameLib inside the ModuleServerAPI.
```javascript
api.GameLib;
```
**Return** [GameLib](./ModuleClientAPIGameLib) _The GameLib class_
## Communication ## Communication
### send ### send

@@ -0,0 +1,2 @@
# ModuleClientApi - Feedback
Need to do this sometime... Please contact me if needed!

@@ -17,6 +17,7 @@
- [ModuleClientAPI](./ModuleClientAPI) - [ModuleClientAPI](./ModuleClientAPI)
- [Important Principals](./ModuleClientAPIPrincipals) - [Important Principals](./ModuleClientAPIPrincipals)
- [User](./ModuleClientAPIUser) - [User](./ModuleClientAPIUser)
- [GameLib](./ModuleClientAPIGameLib)
- [ModuleServerAPI](./ModuleServerAPI) - [ModuleServerAPI](./ModuleServerAPI)
- [Important Principals](./ModuleServerAPIPrincipals) - [Important Principals](./ModuleServerAPIPrincipals)
- [Client](./ModuleServerAPIClient) - [Client](./ModuleServerAPIClient)