mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
"life is all about setup"
This commit is contained in:
parent
61a98fd97b
commit
baf5002560
@ -17,6 +17,15 @@ public override void SetUp()
|
||||
base.SetUp();
|
||||
ownerWriter = new NetworkWriter();
|
||||
observersWriter = new NetworkWriter();
|
||||
|
||||
NetworkServer.Listen(1);
|
||||
ConnectClientBlockingAuthenticatedAndReady(out _);
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
public override void TearDown()
|
||||
{
|
||||
base.TearDown();
|
||||
}
|
||||
|
||||
// serialize -> deserialize. multiple components to be sure.
|
||||
|
Loading…
Reference in New Issue
Block a user