namespace BlueWaterProject { public interface IDamageable2 { public void TakeDamage(float damage); } }