namespace MoleMole { public interface IAlphaFader { void LerpAlpha(float t); } }