Exemple #1
0
 /// <summary>
 /// Reloads the weapon
 /// </summary>
 protected virtual void Reload()
 {
     if (CurrentWeapon != null)
     {
         CurrentWeapon.InitiateReloadWeapon();
     }
 }