mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
refactor: keep consistent namespace
This commit is contained in:
parent
3a7646bab7
commit
76392a3a4e
@ -1,5 +1,5 @@
|
||||
using NUnit.Framework;
|
||||
namespace Mirror
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class FloatBytePackerTest
|
||||
|
@ -1,6 +1,6 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace Mirror
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
struct TestMessage : IMessageBase
|
||||
{
|
||||
|
@ -1,5 +1,5 @@
|
||||
using NUnit.Framework;
|
||||
namespace Mirror
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class MessagePackerTest
|
||||
|
@ -4,6 +4,8 @@
|
||||
using UnityEditor.Compilation;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
public class WeaverAssembler : MonoBehaviour
|
||||
{
|
||||
public const string OutputDirectory = "Assets/Mirror/Tests/WeaverTests~/";
|
||||
@ -186,3 +188,4 @@ private static void BuildAssembly(bool wait)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -7,7 +7,7 @@
|
||||
|
||||
using Mirror.Weaver;
|
||||
|
||||
namespace Mirror
|
||||
namespace Mirror.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class WeaverTest
|
||||
|
Loading…
Reference in New Issue
Block a user