Ejemplo n.º 1
0
 public bool IsSameTypeAs(IGun otherGun) => shotDMG == otherGun.GetDamage() &&
 shotSpeed == otherGun.GetShotSpeed() &&
 maxAmmo == otherGun.GetMaxAmmo();