using System.Collections; public interface ILoader { IEnumerator Load(ILoading target, float progress); void Close(); }