fix: renamed old classes and fixed packet registration issues

This commit is contained in:
2025-05-11 11:51:25 +03:00
parent 23a0c8e893
commit 94f7d4acfd
6 changed files with 67 additions and 73 deletions

View File

@@ -1,4 +1,5 @@
using System.Collections.Generic;
using Syntriax.Engine.Core;
namespace Syntriax.Engine.Network;