fix: server platform build issues

This commit is contained in:
2025-10-28 08:50:36 +03:00
parent cd65d47d26
commit 730b21467e
7 changed files with 26 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ using Microsoft.Extensions.DependencyInjection;
using Engine.Core;
using Engine.Systems.Network;
namespace Server;
namespace MyUniverse.Platforms.Server;
public class Endpoints : Behaviour, IFirstFrameUpdate, ILastFrameUpdate
{