mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
syntax
This commit is contained in:
parent
40564da5cc
commit
2def856707
@ -26,6 +26,7 @@ public void Setup()
|
||||
|
||||
[TearDown]
|
||||
public override void TearDown() => base.TearDown();
|
||||
|
||||
[Test]
|
||||
public void FromBaseId()
|
||||
{
|
||||
|
@ -177,11 +177,8 @@ void AddServerCallbacks()
|
||||
|
||||
// for now returns the first uri,
|
||||
// should we return all available uris?
|
||||
public override Uri ServerUri()
|
||||
{
|
||||
return transports[0].ServerUri();
|
||||
}
|
||||
|
||||
public override Uri ServerUri() =>
|
||||
transports[0].ServerUri();
|
||||
|
||||
public override bool ServerActive()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user