chore: rename namespace

This commit is contained in:
2022-05-01 21:39:46 +04:00
parent 6fa19a90c7
commit 02160f8b33
9 changed files with 9 additions and 23 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
using NetStack.Serialization;
namespace Ragon.Core
namespace Ragon.Common
{
public interface IPacket
{
+1 -1
View File
@@ -2,7 +2,7 @@ using System;
using System.Runtime.CompilerServices;
using NetStack.Buffers;
namespace Ragon.Core
namespace Ragon.Common
{
public static class RagonHeader
{
+1 -1
View File
@@ -1,4 +1,4 @@
namespace Ragon.Common.Protocol
namespace Ragon.Common
{
public enum RagonOperation: ushort
{