namespace Blobcreate.Universal { public interface IHealth { void TakeDamage(int damage); } }