public bool IsSameTypeAs(IGun otherGun) => shotDMG == otherGun.GetDamage() && shotSpeed == otherGun.GetShotSpeed() && maxAmmo == otherGun.GetMaxAmmo();