From 8789da9f1508278aa327c7cba3df511c388e51bb Mon Sep 17 00:00:00 2001 From: Mees van der Wijk Date: Thu, 14 Aug 2025 17:25:41 +0200 Subject: [PATCH] Updated specs --- ModuleClientAPI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ModuleClientAPI.md b/ModuleClientAPI.md index 05d37b4..492f2c4 100644 --- a/ModuleClientAPI.md +++ b/ModuleClientAPI.md @@ -64,9 +64,9 @@ Register a listener for when the module is destroyed from the scene. Make sure y api.onDestroy(callback); ``` -| Argument | Type | Description | -| -------- | ------------------ | ------------------------------------------------------------ | -| callback | ( value:any ):void | Function that will be called when the module gets destroyed. | +| Argument | Type | Description | +| -------- | -------- | ------------------------------------------------------------ | +| callback | ( ):void | Function that will be called when the module gets destroyed. | ### onPropertyUpdate