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