From e70b7f112f9acef637a1a0ae2f37ee4fe2bb1bf1 Mon Sep 17 00:00:00 2001 From: Syntriax Date: Fri, 17 Oct 2025 21:27:49 +0300 Subject: [PATCH] chore: coroutine manager moved to correct directory --- Engine.Core/{ => Systems}/CoroutineManager.cs | 0 Engine.Core/{ => Systems}/CoroutineYield.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename Engine.Core/{ => Systems}/CoroutineManager.cs (100%) rename Engine.Core/{ => Systems}/CoroutineYield.cs (100%) diff --git a/Engine.Core/CoroutineManager.cs b/Engine.Core/Systems/CoroutineManager.cs similarity index 100% rename from Engine.Core/CoroutineManager.cs rename to Engine.Core/Systems/CoroutineManager.cs diff --git a/Engine.Core/CoroutineYield.cs b/Engine.Core/Systems/CoroutineYield.cs similarity index 100% rename from Engine.Core/CoroutineYield.cs rename to Engine.Core/Systems/CoroutineYield.cs