mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
bdb410e015
commit
7bd65c2d9b
@ -4,19 +4,9 @@ namespace Mirror.Tests
|
||||
{
|
||||
public class FakeNetworkConnection : NetworkConnectionToClient
|
||||
{
|
||||
public FakeNetworkConnection() : base(1, false)
|
||||
{
|
||||
}
|
||||
|
||||
public FakeNetworkConnection() : base(1, false) {}
|
||||
public override string address => "Test";
|
||||
|
||||
public override void Disconnect()
|
||||
{
|
||||
// nothing
|
||||
}
|
||||
|
||||
internal override void Send(ArraySegment<byte> segment, int channelId = 0)
|
||||
{
|
||||
}
|
||||
public override void Disconnect() {}
|
||||
internal override void Send(ArraySegment<byte> segment, int channelId = 0) {}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user