using System; namespace SUISSEngine { [Obsolete] public interface ICoroutineTask<T> : ICoroutineTask { T Value { get; } } }