mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Make NetworkServer fully static. sealed not needed anymore then either.
This commit is contained in:
parent
8fe142c1a7
commit
5774f725c6
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
namespace Mirror
|
namespace Mirror
|
||||||
{
|
{
|
||||||
public sealed class NetworkServer
|
public static class NetworkServer
|
||||||
{
|
{
|
||||||
static bool s_Active;
|
static bool s_Active;
|
||||||
static bool s_LocalClientActive;
|
static bool s_LocalClientActive;
|
||||||
|
Loading…
Reference in New Issue
Block a user