I have a script with many other scripts being an extension of it. The parent script has a function that requires a variable which all of the child scripts should have, but at different values. Another, separate script receives the packed scene which contains one of those child script, makes an instance of that packed scene, and calls this function from the parent script. I want the function to use the variable that is in the extension(child). How can I do that?