public void ReloadWeapon() { if (activeWeapon.CanReload()) { activeWeapon.ReloadWeapon(); } else { return; } }