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