Ejemplo n.º 1
0
    // Update is called once per frame
    void Update()
    {
        var deltaTime = Time.deltaTime;

        fP.IslandElementActionHandlerFactory.Update(deltaTime);
        fP.IslandMovementControllerFactory.Update(deltaTime);
        fP.IslandElementElementalViewFactory.Update(deltaTime);
        fP.IslandElementHydrationControllerFactory.Update(deltaTime);
        fP.IslandElementSpawnControllerFactory.Update(deltaTime);
        UpdateFocussedUnit();
        cam.update();
        minimap.Update();
        m.Update();
        inventoryView.Update(deltaTime);
        PutASkeleton(undeadTeam, rand);
    }
Ejemplo n.º 2
0
 public void Update()
 {
     updatePickupStateMachine();
     view.Update();
 }