Hello,
is it possible to register classes(and methods,properties etc.) to script and share it with other instancies of script?
I’ve got 10 instancies with same registered classes and methods so im finding way to share it between them and register it only once
Is possible to register class only once? In first time calling compile it will be registered and then next when i ll call compile previous registrations will be stored? because every time in compile are all classes re-registered.