namespace DestroyIt { public interface Damage { float DamageAmount { get; set; } } }