//////////////////////////////////////////////////////
    //////////////////////////////////////////////////////

    void LifeBarFound(UI_Generic_LifeBar uifounded)
    {
        lifebar = new GenericLifeBar(uifounded, life, life);
    }
Example #2
0
 public GenericLifeBar(UI_Generic_LifeBar ui, int max = 100, int current = 100)
 {
     this.max = max;
     UI_Bar   = ui;
 }