Just a quick question that I haven't been able to find looking over the documentation or example projects. I am just getting back into scripting but now there are modules.
I have a sprite class that extends from ISpriteInstance in it's own module. Since modules are isolated it doesn't know what an ISpriteInstance is. Is there something to import for these definitions or can you not define sprite classes in there own modules ?