// Update is called once per frame void FixedUpdate() { movement.Tick(); metabolism.Tick(); sense.Tick(); size.Tick(); creatureFactory.Tick(); }