BREAKING CHANGE: renamed namespace & assembly names
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class AABBNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class CircleNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class ColorHSVNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class ColorRGBANetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class ColorRGBNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Line2DEquationNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Line2DNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Projection1DNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class QuaternionNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Shape2DNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class TriangleNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Vector2DNetPacker
|
||||
{
|
||||
|
@@ -1,8 +1,8 @@
|
||||
using LiteNetLib.Utils;
|
||||
|
||||
using Syntriax.Engine.Core;
|
||||
using Engine.Core;
|
||||
|
||||
namespace Syntriax.Engine.Systems.Network;
|
||||
namespace Engine.Systems.Network;
|
||||
|
||||
internal static class Vector3DNetPacker
|
||||
{
|
||||
|
Reference in New Issue
Block a user