Exemplo n.º 1
0
        public override void Bootup(GunControl control)
        {
            HUD = Repository.Get <ChargeHUD>(Interface.Charge);
            HUD.IndicateThreshold(threshold / time);

            base.Bootup(control);
        }
Exemplo n.º 2
0
 public virtual void Bootup(GunControl control)
 {
     IsActive     = true;
     this.control = control;
 }
Exemplo n.º 3
0
 public override void Bootup(GunControl control)
 {
     counter = time;
     base.Bootup(control);
 }