Fix namespaces

This commit is contained in:
Cj
2025-01-06 01:43:58 -05:00
parent eea0872aa7
commit f09cd50266
28 changed files with 56 additions and 55 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
using Types.Annotations;
using Core.Annotations;
namespace Types.Servers;
namespace Core.Servers;
[Injectable(InjectionType.Singleton)]
public class WebSocketServer