Esempio n. 1
0
        public static void ResetAll()
        {
            Shoot.Reset();
            Gun.Reset();

            Shoot.Visible   = true;
            Shoot.Active    = true;
            Shoot.Icon      = ExtraResources.SHOOT;
            Shoot.Saturator = ActiveKDAndTargetSaturator.INSTANCE;
            Shoot.Targeter  = StandardGunTargeter.INSTANCE;
            Shoot.Cooldown  = GunController.Cooldown;

            Gun.Visible   = true;
            Gun.Active    = true;
            Gun.Saturator = ActiveSaturator.INSTANCE;
        }
Esempio n. 2
0
 public static void ResetAll()
 {
     Primary.Reset();
     Side.Reset();
 }