chore: updated engine

This commit is contained in:
2025-08-05 19:41:59 +03:00
parent 7a499bbcbc
commit 25caeefb8b
19 changed files with 60 additions and 60 deletions

View File

@@ -5,8 +5,8 @@ using Microsoft.AspNetCore.Builder;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.DependencyInjection;
using Syntriax.Engine.Core;
using Syntriax.Engine.Systems.Network;
using Engine.Core;
using Engine.Systems.Network;
namespace Server;