This commit is contained in:
2025-05-30 16:05:49 +03:00
committed by Syntriax
parent 846aa75dd5
commit b5140a94de
57 changed files with 437 additions and 462 deletions

View File

@@ -28,7 +28,7 @@ public class CoroutineManager : UniverseObject
universe.OnUpdate.RemoveListener(OnUpdate);
}
private void OnUpdate(IUniverse sender, UniverseTime time)
private void OnUpdate(IUniverse sender, IUniverse.UpdateArguments arguments)
{
for (int i = enumerators.Count - 1; i >= 0; i--)
{