fix: CoroutineManager not implementing ICoroutineManager interface
This commit is contained in:
@@ -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<IEnumerator> enumerators = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user