public override IData CustomData { get; set; } = new WeaponData()
{
Damage = 300f,
Attachments = "ScopeSight, LightweightStock, Foregrip, RifleBody, MuzzleBrake",
MaxAmmo = 1,
MaxMagazineAmmo = 1
};
MaxAmmo is 1 and MaxMagAmmo is 1
But if current ammo is too 1 it reloading and it can be 2 but MaxAmmo is 1 !?!?
public override IData CustomData { get; set; } = new WeaponData()
{
Damage = 300f,
Attachments = "ScopeSight, LightweightStock, Foregrip, RifleBody, MuzzleBrake",
MaxAmmo = 1,
MaxMagazineAmmo = 1
};
MaxAmmo is 1 and MaxMagAmmo is 1
But if current ammo is too 1 it reloading and it can be 2 but MaxAmmo is 1 !?!?