mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
syntax
This commit is contained in:
parent
f67caa2c1d
commit
3e77166952
@ -13,12 +13,7 @@ public class NetworkIdentityTests : MirrorEditModeTest
|
||||
class StartServerTestComponent : NetworkBehaviour
|
||||
{
|
||||
internal bool onStartServerInvoked;
|
||||
|
||||
public override void OnStartServer()
|
||||
{
|
||||
onStartServerInvoked = true;
|
||||
base.OnStartServer();
|
||||
}
|
||||
public override void OnStartServer() => onStartServerInvoked = true;
|
||||
}
|
||||
|
||||
class StartServerExceptionNetworkBehaviour : NetworkBehaviour
|
||||
|
Loading…
Reference in New Issue
Block a user