diff --git a/src/UniTask/Assets/Plugins/UniTask/Runtime/AsyncReactiveProperty.cs b/src/UniTask/Assets/Plugins/UniTask/Runtime/AsyncReactiveProperty.cs index b6bb90e..21963e5 100644 --- a/src/UniTask/Assets/Plugins/UniTask/Runtime/AsyncReactiveProperty.cs +++ b/src/UniTask/Assets/Plugins/UniTask/Runtime/AsyncReactiveProperty.cs @@ -15,7 +15,7 @@ namespace Cysharp.Threading.Tasks } [Serializable] - public class AsyncReactiveProperty : IUniTaskAsyncEnumerable, IDisposable + public class AsyncReactiveProperty : IAsyncReactiveProperty, IDisposable { TriggerEvent triggerEvent;