From 7e48e035e0282b92d6a59fc8c4b2185c493d3e8f Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Sat, 9 Aug 2025 16:36:49 +0200 Subject: [PATCH] Testing subpage --- ModuleClientAPI.md | 12 ++++++++++++ ModuleClientAPIGameLib.md | 2 ++ _Sidebar.md | 1 + 3 files changed, 15 insertions(+) create mode 100644 ModuleClientAPIGameLib.md 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)