mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-15 07:54:36 +01:00
remove tcp GameServer and rename SDKServer
This commit is contained in:
@@ -4,7 +4,7 @@ using Proto;
|
||||
using Serilog;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Novaria.SDKServer.Controllers.Api.ProtocolHandlers
|
||||
namespace Novaria.GameServer.Controllers.Api.ProtocolHandlers
|
||||
{
|
||||
public class Login : ProtocolHandlerBase
|
||||
{
|
||||
|
||||
@@ -4,7 +4,7 @@ using Proto;
|
||||
using Serilog;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Novaria.SDKServer.Controllers.Api.ProtocolHandlers
|
||||
namespace Novaria.GameServer.Controllers.Api.ProtocolHandlers
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||
internal class ProtocolHandlerAttribute : Attribute
|
||||
|
||||
Reference in New Issue
Block a user