chore: rename namespace
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using NetStack.Serialization;
|
||||
|
||||
namespace Ragon.Core
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public interface IPacket
|
||||
{
|
||||
|
||||
@@ -2,7 +2,7 @@ using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using NetStack.Buffers;
|
||||
|
||||
namespace Ragon.Core
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public static class RagonHeader
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ragon.Common.Protocol
|
||||
namespace Ragon.Common
|
||||
{
|
||||
public enum RagonOperation: ushort
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user