mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
Tests: NetworkServer namespace for grouping in test runner
This commit is contained in:
parent
814c5c404c
commit
1012ca0dd6
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using Mirror.Tests.NetworkServers;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.TestTools;
|
using UnityEngine.TestTools;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using UnityEngine.TestTools;
|
using UnityEngine.TestTools;
|
||||||
|
|
||||||
namespace Mirror.Tests
|
namespace Mirror.Tests.NetworkServers
|
||||||
{
|
{
|
||||||
struct TestMessage1 : NetworkMessage {}
|
struct TestMessage1 : NetworkMessage {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user