//Interface for all damagable objects public interface IDamagable { void Hit(DamageObject DO); }