Inspector ins = (Inspector)(getOneObjectAtOffset(0, 0 , Inspector.class));
ins.action(); -
I am just trying to call a method of the class Inspector but unable to do it. Any suggestions.
It does not give an error on compiling but gives error on run time.