import static de.grogra.qsm.utils.Library.*; module MyShoot(super.length, super.diameter) extends F{{setShader(EGA_6);}} public void update()[ { jumpAllAxis();} f:F ==> MyShoot(f.length,f.diameter).($[transform]=f[transform]); ]