diff --git a/Engine.Core/Systems/CoroutineManager.cs b/Engine.Core/Systems/CoroutineManager.cs index 4c6be18..37bff8c 100644 --- a/Engine.Core/Systems/CoroutineManager.cs +++ b/Engine.Core/Systems/CoroutineManager.cs @@ -5,7 +5,7 @@ using Engine.Core.Debug; namespace Engine.Core; -public class CoroutineManager : Behaviour, IUpdate +public class CoroutineManager : Behaviour, IUpdate, ICoroutineManager { private readonly List enumerators = [];