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

            base.Bootup(control);
        }
示例#2
0
 public virtual void Bootup(GunControl control)
 {
     IsActive     = true;
     this.control = control;
 }
示例#3
0
 public override void Bootup(GunControl control)
 {
     counter = time;
     base.Bootup(control);
 }