Make NetworkServer fully static. sealed not needed anymore then either.

This commit is contained in:
vis2k 2019-01-16 20:24:45 +01:00
parent 8fe142c1a7
commit 5774f725c6

View File

@ -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;