mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
rename
This commit is contained in:
parent
3309fa4cc3
commit
7ebb7fafcb
@ -11,7 +11,7 @@ struct TestMessage : NetworkMessage {}
|
|||||||
LocalConnectionToServer connectionToServer;
|
LocalConnectionToServer connectionToServer;
|
||||||
|
|
||||||
[SetUp]
|
[SetUp]
|
||||||
public void SetUpConnections()
|
public void SetUp()
|
||||||
{
|
{
|
||||||
connectionToServer = new LocalConnectionToServer();
|
connectionToServer = new LocalConnectionToServer();
|
||||||
connectionToClient = new LocalConnectionToClient();
|
connectionToClient = new LocalConnectionToClient();
|
||||||
@ -21,7 +21,7 @@ public void SetUpConnections()
|
|||||||
}
|
}
|
||||||
|
|
||||||
[TearDown]
|
[TearDown]
|
||||||
public void Disconnect()
|
public void TearDown()
|
||||||
{
|
{
|
||||||
connectionToServer.Disconnect();
|
connectionToServer.Disconnect();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user