public void update() { boneState = MandibleController.createMandibleState(); discState = DiscController.createDiscState(); teethState = TeethController.createTeethState(); fossaState = FossaController.createState(); }
protected override void destroy() { MandibleController.clearMandible(this); }
protected override void constructed() { MandibleController.setMandible(this); }