mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
obsolete test
This commit is contained in:
parent
55263977f8
commit
269f9f486c
@ -8,6 +8,7 @@ public class FallbackTransportEnableTest
|
||||
{
|
||||
Transport transport1;
|
||||
MemoryTransport transport2;
|
||||
#pragma warning disable 618
|
||||
FallbackTransport transport;
|
||||
|
||||
[SetUp]
|
||||
@ -25,6 +26,7 @@ public void Setup()
|
||||
|
||||
gameObject.SetActive(true);
|
||||
}
|
||||
#pragma warning restore 618
|
||||
|
||||
[TearDown]
|
||||
public void TearDown()
|
||||
|
Loading…
Reference in New Issue
Block a user