From ffb7779a7825e4bb23c5b1ec12e612a4da72934f Mon Sep 17 00:00:00 2001 From: Lucas Date: Mon, 21 Jul 2025 08:38:03 +0000 Subject: [PATCH] Actualiser Home --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index 4c99634..1785286 100644 --- a/Home.md +++ b/Home.md @@ -23,6 +23,8 @@ We can keep track of metadata constants in a separate class to not mess things u - If we want only functions to be applied we shouldn't do `.new()` after loading a script. (Only use Static Functions) - If we want a script to hold variables then we should do `.new()` to create a instance of it. (Can use and store variables outside Function Scope) +> **Note** By not declaring an extent to a script file, it will automatically extend from `RefCounted` type + ![graph](module_example.webp) ## Main classes