NetworkLoop needs to be public to expose events (#2925)

See ff34a50fdf and #2826
This commit is contained in:
Robin Rolf 2021-09-19 09:37:13 +02:00 committed by GitHub
parent 272baceabb
commit 0828087e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@
namespace Mirror namespace Mirror
{ {
internal static class NetworkLoop public static class NetworkLoop
{ {
// helper enum to add loop to begin/end of subSystemList // helper enum to add loop to begin/end of subSystemList
internal enum AddMode { Beginning, End } internal enum AddMode { Beginning, End }