🎨 namespaces

This commit is contained in:
2023-04-09 11:06:52 +04:00
parent bfd6c1b54b
commit 24c9aa2043
25 changed files with 44 additions and 12 deletions
@@ -16,9 +16,9 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Hander;
using Ragon.Server.Lobby;
using Ragon.Server.Plugin;
using Ragon.Server.Plugin.Web;
namespace Ragon.Server.Handler;
@@ -16,7 +16,7 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Hander;
using Ragon.Server.Entity;
namespace Ragon.Server.Handler;
@@ -16,7 +16,7 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Hander;
using Ragon.Server.Entity;
namespace Ragon.Server.Handler;
@@ -18,9 +18,10 @@ using NLog;
using Ragon.Protocol;
using Ragon.Server.Lobby;
using Ragon.Server.Plugin;
using Ragon.Server.Plugin.Web;
using Ragon.Server.Room;
namespace Ragon.Server.Hander;
namespace Ragon.Server.Handler;
public sealed class RoomCreateOperation: IRagonOperation
{
@@ -16,7 +16,9 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Web;
using Ragon.Server.Plugin;
using Ragon.Server.Plugin.Web;
using Ragon.Server.Room;
namespace Ragon.Server.Handler;
@@ -16,7 +16,10 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Web;
using Ragon.Server.Lobby;
using Ragon.Server.Plugin;
using Ragon.Server.Plugin.Web;
using Ragon.Server.Room;
namespace Ragon.Server.Handler;
@@ -17,6 +17,7 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Plugin;
using Ragon.Server.Plugin.Web;
namespace Ragon.Server.Handler;
@@ -17,6 +17,7 @@
using NLog;
using Ragon.Protocol;
using Ragon.Server.Entity;
using Ragon.Server.Lobby;
using Ragon.Server.Room;
namespace Ragon.Server.Handler;