netprints
netprints copied to clipboard
Add base node in overriding methods
So we are able to call the base's methods and use its properties etc.
Tricky because we can not store base
in a variable, so we would need a special node that can call base methods and get base properties.